Changeset 3568 for trunk/kStuff/kLdr


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

Put all the format headers into k/kLdrFmts/.

Location:
trunk/kStuff/kLdr
Files:
4 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
  • trunk/kStuff/kLdr/kLdrModLX.c

    r3567 r3568  
    3232#include "kLdrHlp.h"
    3333#include "kLdrInternal.h"
    34 #include "kLdrModLX.h"
     34#include <k/kLdrFmts/lx.h>
    3535
    3636
  • trunk/kStuff/kLdr/kLdrModMachO.c

    r3567 r3568  
    3232#include "kLdrHlp.h"
    3333#include "kLdrInternal.h"
    34 #include "kLdrModMachO.h"
     34#include <k/kLdrFmts/mach-o.h>
    3535
    3636
  • trunk/kStuff/kLdr/kLdrModPE.c

    r3567 r3568  
    3232#include "kLdrHlp.h"
    3333#include "kLdrInternal.h"
    34 #include "kLdrModPE.h"
     34#include <k/kLdrFmts/pe.h>
    3535
    3636
Note: See TracChangeset for help on using the changeset viewer.