Ignore:
Timestamp:
Aug 28, 2007, 11:41:54 PM (18 years ago)
Author:
bird
Message:

Put all the format headers into k/kLdrFmts/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kLdr/kLdrMod.c

    r3567 r3568  
    3232#include "kLdrHlp.h"
    3333#include "kLdrInternal.h"
    34 #include "kLdrModMZ.h"
     34#include <k/kLdrFmts/mz.h>
    3535#if 1 /* testing headers */
    36 # include "kLdrModPE.h"
    37 # include "kLdrModLX.h"
    38 # include "kLdrModELF32.h"
    39 # include "kLdrModELF64.h"
    40 # include "kLdrModMachO.h"
     36# include <k/kLdrFmts/pe.h>
     37# include <k/kLdrFmts/lx.h>
     38# include <k/kLdrFmts/elf32.h>
     39# include <k/kLdrFmts/elf64.h>
     40# include <k/kLdrFmts/mach-o.h>
    4141#endif
    4242
Note: See TracChangeset for help on using the changeset viewer.