From 1bf07758333fdcbc3c15240cd701747fe66eb9d2 Mon Sep 17 00:00:00 2001 From: Casper Hornstrup Date: Sun, 15 Aug 2004 16:39:12 +0000 Subject: [PATCH] 2004-08-15 Casper S. Hornstrup * ntoskrnl/include/.cvsignore: New file. * ntoskrnl/include/ntoskrnl.h: Ditto. * ntoskrnl/*/*.c: Use pre-compiled header. * ntoskrnl/Makefile: Support pre-compiled header. * tools/helper.mk: .pch files are now .gch files. svn path=/trunk/; revision=10550 --- reactos/ChangeLog | 8 ++++ reactos/ntoskrnl/.cvsignore | 1 + reactos/ntoskrnl/Makefile | 59 +++++++++++++++++++++------- reactos/ntoskrnl/cc/cacheman.c | 4 +- reactos/ntoskrnl/cc/copy.c | 11 +----- reactos/ntoskrnl/cc/fs.c | 9 +---- reactos/ntoskrnl/cc/mdl.c | 9 +---- reactos/ntoskrnl/cc/misc.c | 9 +---- reactos/ntoskrnl/cc/pin.c | 11 +----- reactos/ntoskrnl/cc/view.c | 10 +---- reactos/ntoskrnl/cm/import.c | 8 +--- reactos/ntoskrnl/cm/ntfunc.c | 8 +--- reactos/ntoskrnl/cm/regfile.c | 9 +---- reactos/ntoskrnl/cm/registry.c | 12 +----- reactos/ntoskrnl/cm/regobj.c | 10 +---- reactos/ntoskrnl/cm/rtlfunc.c | 8 +--- reactos/ntoskrnl/dbg/dbgctrl.c | 6 +-- reactos/ntoskrnl/dbg/errinfo.c | 3 +- reactos/ntoskrnl/dbg/kdb.c | 12 +----- reactos/ntoskrnl/dbg/kdb_keyboard.c | 6 +-- reactos/ntoskrnl/dbg/kdb_serial.c | 6 +-- reactos/ntoskrnl/dbg/kdb_stabs.c | 16 +------- reactos/ntoskrnl/dbg/print.c | 7 ++-- reactos/ntoskrnl/dbg/profile.c | 6 +-- reactos/ntoskrnl/dbg/rdebug.c | 6 +-- reactos/ntoskrnl/dbg/user.c | 6 +-- reactos/ntoskrnl/ex/btree.c | 3 +- reactos/ntoskrnl/ex/callback.c | 17 ++++---- reactos/ntoskrnl/ex/fmutex.c | 5 +-- reactos/ntoskrnl/ex/hashtab.c | 3 +- reactos/ntoskrnl/ex/i386/interlck.c | 5 +-- reactos/ntoskrnl/ex/init.c | 4 +- reactos/ntoskrnl/ex/interlck.c | 6 +-- reactos/ntoskrnl/ex/list.c | 8 +--- reactos/ntoskrnl/ex/lookas.c | 8 +--- reactos/ntoskrnl/ex/napi.c | 6 +-- reactos/ntoskrnl/ex/power.c | 9 +---- reactos/ntoskrnl/ex/resource.c | 12 +----- reactos/ntoskrnl/ex/rundown.c | 6 +-- reactos/ntoskrnl/ex/stree.c | 3 +- reactos/ntoskrnl/ex/synch.c | 6 +-- reactos/ntoskrnl/ex/sysinfo.c | 13 +------ reactos/ntoskrnl/ex/time.c | 9 +---- reactos/ntoskrnl/ex/util.c | 6 +-- reactos/ntoskrnl/ex/win32k.c | 7 +--- reactos/ntoskrnl/ex/work.c | 7 +--- reactos/ntoskrnl/ex/zone.c | 4 +- reactos/ntoskrnl/fs/dbcsname.c | 6 +-- reactos/ntoskrnl/fs/filelock.c | 7 +--- reactos/ntoskrnl/fs/mcb.c | 5 +-- reactos/ntoskrnl/fs/mdl.c | 6 +-- reactos/ntoskrnl/fs/name.c | 5 ++- reactos/ntoskrnl/fs/notify.c | 5 +-- reactos/ntoskrnl/fs/oplock.c | 6 +-- reactos/ntoskrnl/fs/pool.c | 7 ++-- reactos/ntoskrnl/fs/tunnel.c | 6 +-- reactos/ntoskrnl/fs/unc.c | 6 +-- reactos/ntoskrnl/fs/util.c | 5 +-- reactos/ntoskrnl/inbv/inbv.c | 6 +-- reactos/ntoskrnl/include/.cvsignore | 2 + reactos/ntoskrnl/include/ntoskrnl.h | 60 +++++++++++++++++++++++++++++ reactos/ntoskrnl/io/adapter.c | 6 +-- reactos/ntoskrnl/io/arcname.c | 9 +---- reactos/ntoskrnl/io/buildirp.c | 7 +--- reactos/ntoskrnl/io/cancel.c | 5 +-- reactos/ntoskrnl/io/cleanup.c | 8 +--- reactos/ntoskrnl/io/cntrller.c | 6 +-- reactos/ntoskrnl/io/create.c | 10 +---- reactos/ntoskrnl/io/device.c | 13 +------ reactos/ntoskrnl/io/deviface.c | 2 +- reactos/ntoskrnl/io/dir.c | 6 +-- reactos/ntoskrnl/io/driver.c | 18 +-------- reactos/ntoskrnl/io/errlog.c | 7 +--- reactos/ntoskrnl/io/error.c | 6 +-- reactos/ntoskrnl/io/event.c | 6 +-- reactos/ntoskrnl/io/file.c | 7 +--- reactos/ntoskrnl/io/flush.c | 4 +- reactos/ntoskrnl/io/fs.c | 6 +-- reactos/ntoskrnl/io/iocomp.c | 7 +--- reactos/ntoskrnl/io/ioctrl.c | 5 +-- reactos/ntoskrnl/io/iomgr.c | 11 +----- reactos/ntoskrnl/io/iowork.c | 6 +-- reactos/ntoskrnl/io/irp.c | 8 +--- reactos/ntoskrnl/io/lock.c | 4 +- reactos/ntoskrnl/io/mailslot.c | 4 +- reactos/ntoskrnl/io/mdl.c | 7 +--- reactos/ntoskrnl/io/npipe.c | 4 +- reactos/ntoskrnl/io/page.c | 6 +-- reactos/ntoskrnl/io/parttab.c | 5 +-- reactos/ntoskrnl/io/pnpdma.c | 13 +------ reactos/ntoskrnl/io/pnpmgr.c | 11 +----- reactos/ntoskrnl/io/pnpnotify.c | 9 +---- reactos/ntoskrnl/io/pnpreport.c | 9 +---- reactos/ntoskrnl/io/pnproot.c | 8 +--- reactos/ntoskrnl/io/process.c | 6 +-- reactos/ntoskrnl/io/queue.c | 5 +-- reactos/ntoskrnl/io/rawfs.c | 7 +--- reactos/ntoskrnl/io/remlock.c | 9 +---- reactos/ntoskrnl/io/resource.c | 5 +-- reactos/ntoskrnl/io/rw.c | 7 +--- reactos/ntoskrnl/io/share.c | 5 +-- reactos/ntoskrnl/io/shutdown.c | 6 +-- reactos/ntoskrnl/io/symlink.c | 6 +-- reactos/ntoskrnl/io/timer.c | 6 +-- reactos/ntoskrnl/io/vpb.c | 9 +---- reactos/ntoskrnl/io/wdm.c | 2 +- reactos/ntoskrnl/io/wmi.c | 8 +--- reactos/ntoskrnl/io/xhaldisp.c | 6 +-- reactos/ntoskrnl/io/xhaldrv.c | 6 +-- reactos/ntoskrnl/kd/dlog.c | 9 +---- reactos/ntoskrnl/kd/gdbstub.c | 8 +--- reactos/ntoskrnl/kd/kdebug.c | 8 +--- reactos/ntoskrnl/kd/mda.c | 8 +--- reactos/ntoskrnl/kd/service.c | 7 ++-- reactos/ntoskrnl/ke/apc.c | 9 +---- reactos/ntoskrnl/ke/bug.c | 9 +---- reactos/ntoskrnl/ke/catch.c | 12 +----- reactos/ntoskrnl/ke/critical.c | 6 +-- reactos/ntoskrnl/ke/device.c | 8 +--- reactos/ntoskrnl/ke/dpc.c | 6 +-- reactos/ntoskrnl/ke/error.c | 3 +- reactos/ntoskrnl/ke/event.c | 6 +-- reactos/ntoskrnl/ke/i386/bios.c | 4 +- reactos/ntoskrnl/ke/i386/brkpoint.c | 3 +- reactos/ntoskrnl/ke/i386/exp.c | 16 +------- reactos/ntoskrnl/ke/i386/fpu.c | 8 +--- reactos/ntoskrnl/ke/i386/gdt.c | 6 +-- reactos/ntoskrnl/ke/i386/idt.c | 3 +- reactos/ntoskrnl/ke/i386/irq.c | 10 +---- reactos/ntoskrnl/ke/i386/kernel.c | 7 +--- reactos/ntoskrnl/ke/i386/ldt.c | 6 +-- reactos/ntoskrnl/ke/i386/thread.c | 8 +--- reactos/ntoskrnl/ke/i386/tss.c | 6 +-- reactos/ntoskrnl/ke/i386/usercall.c | 13 +------ reactos/ntoskrnl/ke/i386/usertrap.c | 14 +------ reactos/ntoskrnl/ke/i386/v86m.c | 9 +---- reactos/ntoskrnl/ke/ipi.c | 6 +-- reactos/ntoskrnl/ke/kqueue.c | 3 +- reactos/ntoskrnl/ke/kthread.c | 9 +---- reactos/ntoskrnl/ke/main.c | 23 +---------- reactos/ntoskrnl/ke/mutex.c | 9 +---- reactos/ntoskrnl/ke/process.c | 9 +---- reactos/ntoskrnl/ke/profile.c | 8 +--- reactos/ntoskrnl/ke/queue.c | 9 +---- reactos/ntoskrnl/ke/sem.c | 8 +--- reactos/ntoskrnl/ke/spinlock.c | 6 +-- reactos/ntoskrnl/ke/timer.c | 10 +---- reactos/ntoskrnl/ke/wait.c | 8 +--- reactos/ntoskrnl/ldr/init.c | 13 +------ reactos/ntoskrnl/ldr/loader.c | 16 +------- reactos/ntoskrnl/ldr/resource.c | 5 +-- reactos/ntoskrnl/ldr/rtl.c | 10 +---- reactos/ntoskrnl/ldr/sysdll.c | 9 +---- reactos/ntoskrnl/ldr/userldr.c | 9 +---- reactos/ntoskrnl/lpc/close.c | 7 +--- reactos/ntoskrnl/lpc/complete.c | 8 +--- reactos/ntoskrnl/lpc/connect.c | 12 +----- reactos/ntoskrnl/lpc/create.c | 8 +--- reactos/ntoskrnl/lpc/listen.c | 8 +--- reactos/ntoskrnl/lpc/port.c | 12 +----- reactos/ntoskrnl/lpc/query.c | 8 +--- reactos/ntoskrnl/lpc/queue.c | 8 +--- reactos/ntoskrnl/lpc/receive.c | 8 +--- reactos/ntoskrnl/lpc/reply.c | 10 +---- reactos/ntoskrnl/lpc/send.c | 10 +---- reactos/ntoskrnl/mm/anonmem.c | 10 +---- reactos/ntoskrnl/mm/aspace.c | 8 +--- reactos/ntoskrnl/mm/balance.c | 8 +--- reactos/ntoskrnl/mm/cont.c | 6 +-- reactos/ntoskrnl/mm/drvlck.c | 6 +-- reactos/ntoskrnl/mm/freelist.c | 5 +-- reactos/ntoskrnl/mm/i386/page.c | 9 +---- reactos/ntoskrnl/mm/i386/pfault.c | 7 +--- reactos/ntoskrnl/mm/iospace.c | 7 +--- reactos/ntoskrnl/mm/kmap.c | 9 +---- reactos/ntoskrnl/mm/marea.c | 6 +-- reactos/ntoskrnl/mm/mdl.c | 9 +---- reactos/ntoskrnl/mm/mm.c | 11 +----- reactos/ntoskrnl/mm/mminit.c | 12 +----- reactos/ntoskrnl/mm/mpw.c | 8 +--- reactos/ntoskrnl/mm/ncache.c | 7 +--- reactos/ntoskrnl/mm/npool.c | 8 +--- reactos/ntoskrnl/mm/pagefile.c | 11 +----- reactos/ntoskrnl/mm/pageop.c | 8 +--- reactos/ntoskrnl/mm/pager.c | 8 +--- reactos/ntoskrnl/mm/pagfault.c | 6 +-- reactos/ntoskrnl/mm/paging.c | 3 +- reactos/ntoskrnl/mm/physical.c | 3 +- reactos/ntoskrnl/mm/pool.c | 8 +--- reactos/ntoskrnl/mm/ppool.c | 7 +--- reactos/ntoskrnl/mm/region.c | 11 +----- reactos/ntoskrnl/mm/rmap.c | 7 +--- reactos/ntoskrnl/mm/section.c | 17 +------- reactos/ntoskrnl/mm/slab.c | 6 +-- reactos/ntoskrnl/mm/verifier.c | 3 +- reactos/ntoskrnl/mm/wset.c | 8 +--- reactos/ntoskrnl/nt/channel.c | 3 +- reactos/ntoskrnl/nt/efi.c | 3 +- reactos/ntoskrnl/nt/evtpair.c | 10 +---- reactos/ntoskrnl/nt/misc.c | 3 +- reactos/ntoskrnl/nt/mutant.c | 7 +--- reactos/ntoskrnl/nt/nt.c | 6 +-- reactos/ntoskrnl/nt/ntevent.c | 10 +---- reactos/ntoskrnl/nt/ntsem.c | 11 +----- reactos/ntoskrnl/nt/nttimer.c | 12 +----- reactos/ntoskrnl/nt/plugplay.c | 3 +- reactos/ntoskrnl/nt/profile.c | 10 +---- reactos/ntoskrnl/nt/vdm.c | 6 +-- reactos/ntoskrnl/ob/dirobj.c | 8 +--- reactos/ntoskrnl/ob/handle.c | 10 +---- reactos/ntoskrnl/ob/namespc.c | 12 +----- reactos/ntoskrnl/ob/ntobj.c | 7 +--- reactos/ntoskrnl/ob/object.c | 11 +----- reactos/ntoskrnl/ob/sdcache.c | 6 +-- reactos/ntoskrnl/ob/security.c | 4 +- reactos/ntoskrnl/ob/symlink.c | 9 +---- reactos/ntoskrnl/po/power.c | 7 +--- reactos/ntoskrnl/ps/create.c | 15 +------- reactos/ntoskrnl/ps/debug.c | 11 +----- reactos/ntoskrnl/ps/i386/continue.c | 13 +------ reactos/ntoskrnl/ps/idle.c | 5 +-- reactos/ntoskrnl/ps/job.c | 3 +- reactos/ntoskrnl/ps/kill.c | 12 +----- reactos/ntoskrnl/ps/locale.c | 8 +--- reactos/ntoskrnl/ps/process.c | 24 +----------- reactos/ntoskrnl/ps/psmgr.c | 8 +--- reactos/ntoskrnl/ps/suspend.c | 9 +---- reactos/ntoskrnl/ps/thread.c | 13 +------ reactos/ntoskrnl/ps/tinfo.c | 8 +--- reactos/ntoskrnl/ps/w32call.c | 12 +----- reactos/ntoskrnl/ps/win32.c | 6 +-- reactos/ntoskrnl/rtl/atom.c | 7 +--- reactos/ntoskrnl/rtl/capture.c | 6 +-- reactos/ntoskrnl/rtl/handle.c | 7 +--- reactos/ntoskrnl/rtl/libsupp.c | 3 +- reactos/ntoskrnl/rtl/message.c | 5 +-- reactos/ntoskrnl/rtl/nls.c | 8 +--- reactos/ntoskrnl/rtl/purecall.c | 4 +- reactos/ntoskrnl/rtl/rangelist.c | 5 +-- reactos/ntoskrnl/rtl/regio.c | 4 +- reactos/ntoskrnl/rtl/sprintf.c | 9 +---- reactos/ntoskrnl/rtl/stdlib.c | 7 +--- reactos/ntoskrnl/rtl/strtok.c | 3 +- reactos/ntoskrnl/rtl/swprintf.c | 9 +---- reactos/ntoskrnl/rtl/wstring.c | 5 +-- reactos/ntoskrnl/se/access.c | 5 +-- reactos/ntoskrnl/se/acl.c | 6 +-- reactos/ntoskrnl/se/audit.c | 5 +-- reactos/ntoskrnl/se/lsa.c | 4 +- reactos/ntoskrnl/se/luid.c | 5 +-- reactos/ntoskrnl/se/priv.c | 6 +-- reactos/ntoskrnl/se/sd.c | 6 +-- reactos/ntoskrnl/se/semgr.c | 7 +--- reactos/tools/helper.mk | 8 ++-- 254 files changed, 558 insertions(+), 1479 deletions(-) create mode 100644 reactos/ntoskrnl/include/.cvsignore create mode 100755 reactos/ntoskrnl/include/ntoskrnl.h diff --git a/reactos/ChangeLog b/reactos/ChangeLog index e21b8aca735..a70f6f2bf58 100644 --- a/reactos/ChangeLog +++ b/reactos/ChangeLog @@ -1,3 +1,11 @@ +2004-08-15 Casper S. Hornstrup + + * ntoskrnl/include/.cvsignore: New file. + * ntoskrnl/include/ntoskrnl.h: Ditto. + * ntoskrnl/*/*.c: Use pre-compiled header. + * ntoskrnl/Makefile: Support pre-compiled header. + * tools/helper.mk: .pch files are now .gch files. + 2004-07-24 Casper S. Hornstrup * Makefile (DLLS): Add gdiplus. diff --git a/reactos/ntoskrnl/.cvsignore b/reactos/ntoskrnl/.cvsignore index d42151ad588..e27d2def846 100644 --- a/reactos/ntoskrnl/.cvsignore +++ b/reactos/ntoskrnl/.cvsignore @@ -7,6 +7,7 @@ ntoskrnl.map ntoskrnl.dbg bugcodes.rc msg*.bin +*.d *.o *.sym *.exe diff --git a/reactos/ntoskrnl/Makefile b/reactos/ntoskrnl/Makefile index 481ef5696d6..d6c270b914c 100644 --- a/reactos/ntoskrnl/Makefile +++ b/reactos/ntoskrnl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.138 2004/08/12 06:04:21 ion Exp $ +# $Id: Makefile,v 1.139 2004/08/15 16:38:59 chorns Exp $ # # ReactOS Operating System # @@ -559,7 +559,7 @@ NTOSKRNL_LD_FLAGS := \ -Wl,--section-alignment,0x1000 \ -Wl,--entry,_NtProcessStartup -$(TARGETNAME).nostrip.exe: $(TARGETNAME).o $(IE_DATA) $(NTOSKRNL_LIBS) +$(TARGETNAME).nostrip.exe: $(TARGETNAME).all.o $(IE_DATA) $(NTOSKRNL_LIBS) $(CC) \ -Wl,-T,ntoskrnl.lnk \ -nostartfiles \ @@ -568,7 +568,7 @@ $(TARGETNAME).nostrip.exe: $(TARGETNAME).o $(IE_DATA) $(NTOSKRNL_LIBS) -o junk.tmp \ $(NTOSKRNL_LD_FLAGS) \ -Wl,--base-file,base.tmp \ - $(TARGETNAME).o -lgcc \ + $(TARGETNAME).all.o -lgcc \ $(NTOSKRNL_LIBS) - $(RM) junk.tmp $(DLLTOOL) \ @@ -586,11 +586,11 @@ $(TARGETNAME).nostrip.exe: $(TARGETNAME).o $(IE_DATA) $(NTOSKRNL_LIBS) -o $(TARGETNAME).nostrip.exe \ $(NTOSKRNL_LD_FLAGS) \ -Wl,temp.exp \ - $(TARGETNAME).o -lgcc \ + $(TARGETNAME).all.o -lgcc \ $(NTOSKRNL_LIBS) - $(RM) temp.exp -$(TARGETNAME).exe: $(TARGETNAME).o $(LINKER_SCRIPT) $(NTOSKRNL_LIBS) +$(TARGETNAME).exe: $(TARGETNAME).all.o $(LINKER_SCRIPT) $(NTOSKRNL_LIBS) - $(CC) \ -Wl,-T,$(LINKER_SCRIPT) \ -nostartfiles \ @@ -599,7 +599,7 @@ $(TARGETNAME).exe: $(TARGETNAME).o $(LINKER_SCRIPT) $(NTOSKRNL_LIBS) -o junk.tmp \ $(NTOSKRNL_LD_FLAGS) \ -Wl,--base-file,base.tmp \ - $(TARGETNAME).o -lgcc \ + $(TARGETNAME).all.o -lgcc \ $(NTOSKRNL_LIBS) - $(RM) junk.tmp $(DLLTOOL) \ @@ -617,12 +617,12 @@ $(TARGETNAME).exe: $(TARGETNAME).o $(LINKER_SCRIPT) $(NTOSKRNL_LIBS) -o $(TARGETNAME).exe \ $(NTOSKRNL_LD_FLAGS) \ -Wl,temp.exp \ - $(TARGETNAME).o -lgcc \ + $(TARGETNAME).all.o -lgcc \ $(NTOSKRNL_LIBS) - $(RM) temp.exp -$(TARGETNAME).dbg.o: $(TARGETNAME).o - $(STRIP) --strip-debug -o $(TARGETNAME).dbg.o $(TARGETNAME).o +$(TARGETNAME).dbg.o: $(TARGETNAME).all.o + $(STRIP) --strip-debug -o $(TARGETNAME).dbg.o $(TARGETNAME).all.o $(TARGETNAME).dbg: $(TARGETNAME).dbg.o $(TARGETNAME).a $(TARGETNAME).dbg.lnk $(NTOSKRNL_LIBS) $(CC) \ @@ -668,10 +668,10 @@ else $(NM) --numeric-sort $(TARGETNAME).nostrip.exe > $(TARGETNAME).map endif -$(TARGETNAME).o: $(OBJECTS) +$(TARGETNAME).all.o: $(OBJECTS) $(LD) \ -r \ - -o $(TARGETNAME).o \ + -o $(TARGETNAME).all.o \ $(OBJECTS) $(PATH_TO_TOP)/include/reactos/bugcodes.h bugcodes.rc: ntoskrnl.mc @@ -693,10 +693,10 @@ test: - clean: - - $(RM) $(OBJECTS_PATH)/*.o cc/*.o cm/*.o dbg/*.o dbg/i386/*.o ex/*.o \ + - $(RM) depend.d $(MK_PCHNAME) $(MK_PCHFAKE) $(OBJECTS_PATH)/*.o cc/*.o cm/*.o dbg/*.o dbg/i386/*.o ex/*.o \ ex/i386/*.o inbv/*.o io/*.o ke/*.o ldr/*.o mm/*.o nt/*.o ob/*.o \ ps/*.o ps/i386/*.o rtl/*.o rtl/i386/*.o se/*.o ke/i386/*.o \ - mm/i386/*.o fs/*.o po/*.o lpc/*.o kd/*.o $(TARGETNAME).o \ + mm/i386/*.o fs/*.o po/*.o lpc/*.o kd/*.o $(TARGETNAME).all.o \ junk.tmp base.tmp temp.exp $(TARGETNAME).exe \ $(TARGETNAME).nostrip.exe $(TARGETNAME).sym ntoskrnl.map \ $(TARGETNAME).coff bugcodes.rc msg?????.bin $(DEP_FILES) \ @@ -731,9 +731,40 @@ ex/napi.o: ex/napi.c $(PATH_TO_TOP)/include/ntdll/napi.h ke/main.o: ke/main.c $(PATH_TO_TOP)/include/reactos/buildno.h +TARGET_PCH = include/ntoskrnl.h + +# Precompiled header support +# When using PCHs, use dependency tracking to keep the .gch files up-to-date. + +MK_PCHNAME = +ifeq ($(ROS_USE_PCH),yes) +MK_PCHNAME = $(TARGET_PCH).gch + +PCH_CC := $(CC) + +# GCC generates wrong dependencies for header files. +MK_PCHFAKE = $(TARGET_PCH:.h=.o) +ifneq ($(MAKECMDGOALS),clean) +$(MK_PCHFAKE): + - $(RTOUCH) $(MK_PCHFAKE) + +$(MK_PCHNAME): depend.d + - $(RTOUCH) $(MK_PCHNAME) + - $(PCH_CC) $(CFLAGS) $(TARGET_PCH) + +depend.d: $(MK_PCHFAKE) $(PATH_TO_TOP)/include/reactos/bugcodes.h + - $(RTOUCH) depend.d + - $(PCH_CC) $(CFLAGS) $(TARGET_PCH) -M -MF depend.d + +-include depend.d + +endif + +endif # ROS_USE_PCH + %.o: %.cc $(CC) $(CFLAGS) -c $< -o $@ -%.o: %.c +%.o: %.c $(MK_PCHNAME) $(CC) $(CFLAGS) -c $< -o $@ %.o: %.S $(AS) $(ASFLAGS) -c $< -o $@ diff --git a/reactos/ntoskrnl/cc/cacheman.c b/reactos/ntoskrnl/cc/cacheman.c index 4be4fa68e79..9531be0c793 100644 --- a/reactos/ntoskrnl/cc/cacheman.c +++ b/reactos/ntoskrnl/cc/cacheman.c @@ -28,9 +28,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/cc/copy.c b/reactos/ntoskrnl/cc/copy.c index fccf37e84e7..310573c8fb0 100644 --- a/reactos/ntoskrnl/cc/copy.c +++ b/reactos/ntoskrnl/cc/copy.c @@ -1,4 +1,4 @@ -/* $Id: copy.c,v 1.29 2004/08/01 21:57:34 navaraf Exp $ +/* $Id: copy.c,v 1.30 2004/08/15 16:38:59 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,14 +11,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/cc/fs.c b/reactos/ntoskrnl/cc/fs.c index 118a9bf7a36..19d6c2ffff6 100644 --- a/reactos/ntoskrnl/cc/fs.c +++ b/reactos/ntoskrnl/cc/fs.c @@ -9,14 +9,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/cc/mdl.c b/reactos/ntoskrnl/cc/mdl.c index 80d9550abc1..367d232ff27 100644 --- a/reactos/ntoskrnl/cc/mdl.c +++ b/reactos/ntoskrnl/cc/mdl.c @@ -9,14 +9,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/cc/misc.c b/reactos/ntoskrnl/cc/misc.c index 44af3c98930..34000e71ac4 100644 --- a/reactos/ntoskrnl/cc/misc.c +++ b/reactos/ntoskrnl/cc/misc.c @@ -1,13 +1,6 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/cc/pin.c b/reactos/ntoskrnl/cc/pin.c index 6f33c8ae63f..5cbcff0b884 100644 --- a/reactos/ntoskrnl/cc/pin.c +++ b/reactos/ntoskrnl/cc/pin.c @@ -1,4 +1,4 @@ -/* $Id: pin.c,v 1.15 2004/06/21 04:11:44 ion Exp $ +/* $Id: pin.c,v 1.16 2004/08/15 16:39:00 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,14 +11,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/cc/view.c b/reactos/ntoskrnl/cc/view.c index 3658de46460..5989b269571 100644 --- a/reactos/ntoskrnl/cc/view.c +++ b/reactos/ntoskrnl/cc/view.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: view.c,v 1.75 2004/08/10 01:49:36 navaraf Exp $ +/* $Id: view.c,v 1.76 2004/08/15 16:39:00 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/cc/view.c @@ -51,13 +51,7 @@ */ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/cm/import.c b/reactos/ntoskrnl/cm/import.c index 9346e5261d2..b96013a3675 100644 --- a/reactos/ntoskrnl/cm/import.c +++ b/reactos/ntoskrnl/cm/import.c @@ -1,4 +1,4 @@ -/* $Id: import.c,v 1.29 2004/05/09 12:23:35 ekohl Exp $ +/* $Id: import.c,v 1.30 2004/08/15 16:39:00 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -9,11 +9,7 @@ /* INCLUDES *****************************************************************/ - -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/cm/ntfunc.c b/reactos/ntoskrnl/cm/ntfunc.c index 2d80a669934..fdb968701d2 100644 --- a/reactos/ntoskrnl/cm/ntfunc.c +++ b/reactos/ntoskrnl/cm/ntfunc.c @@ -8,13 +8,7 @@ /* INCLUDES *****************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/cm/regfile.c b/reactos/ntoskrnl/cm/regfile.c index f5fb2a8df19..77180557635 100644 --- a/reactos/ntoskrnl/cm/regfile.c +++ b/reactos/ntoskrnl/cm/regfile.c @@ -6,14 +6,7 @@ * UPDATE HISTORY: */ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/cm/registry.c b/reactos/ntoskrnl/cm/registry.c index 017248fce09..dcc1dc583f4 100644 --- a/reactos/ntoskrnl/cm/registry.c +++ b/reactos/ntoskrnl/cm/registry.c @@ -1,4 +1,4 @@ -/* $Id: registry.c,v 1.124 2004/05/30 21:40:47 navaraf Exp $ +/* $Id: registry.c,v 1.125 2004/08/15 16:39:00 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,15 +11,7 @@ * Created 22/05/98 */ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/cm/regobj.c b/reactos/ntoskrnl/cm/regobj.c index 336adea3294..bd124d6f6a4 100644 --- a/reactos/ntoskrnl/cm/regobj.c +++ b/reactos/ntoskrnl/cm/regobj.c @@ -6,15 +6,7 @@ * UPDATE HISTORY: */ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/cm/rtlfunc.c b/reactos/ntoskrnl/cm/rtlfunc.c index 037479deee8..0279ebc4572 100644 --- a/reactos/ntoskrnl/cm/rtlfunc.c +++ b/reactos/ntoskrnl/cm/rtlfunc.c @@ -8,13 +8,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/dbg/dbgctrl.c b/reactos/ntoskrnl/dbg/dbgctrl.c index b73cb55688f..b678b140671 100644 --- a/reactos/ntoskrnl/dbg/dbgctrl.c +++ b/reactos/ntoskrnl/dbg/dbgctrl.c @@ -25,11 +25,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/dbg/errinfo.c b/reactos/ntoskrnl/dbg/errinfo.c index a9cd6b6ed11..ec3fb152885 100644 --- a/reactos/ntoskrnl/dbg/errinfo.c +++ b/reactos/ntoskrnl/dbg/errinfo.c @@ -27,8 +27,7 @@ /* INCLUDES ******************************************************************/ -#define NTOS_MODE_KERNEL -#include +#include #include /* GLOBALS *******************************************************************/ diff --git a/reactos/ntoskrnl/dbg/kdb.c b/reactos/ntoskrnl/dbg/kdb.c index 4e1d397da11..9010f8412a2 100644 --- a/reactos/ntoskrnl/dbg/kdb.c +++ b/reactos/ntoskrnl/dbg/kdb.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: kdb.c,v 1.27 2004/08/10 19:49:25 hbirr Exp $ +/* $Id: kdb.c,v 1.28 2004/08/15 16:39:00 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/dbg/kdb.c @@ -28,17 +28,9 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include +#include #include "kdb.h" #include "kjs.h" - #define NDEBUG #include diff --git a/reactos/ntoskrnl/dbg/kdb_keyboard.c b/reactos/ntoskrnl/dbg/kdb_keyboard.c index 75df174d205..11cddefd09e 100644 --- a/reactos/ntoskrnl/dbg/kdb_keyboard.c +++ b/reactos/ntoskrnl/dbg/kdb_keyboard.c @@ -26,11 +26,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/dbg/kdb_serial.c b/reactos/ntoskrnl/dbg/kdb_serial.c index c6c7dd26df7..0c27f1796d0 100644 --- a/reactos/ntoskrnl/dbg/kdb_serial.c +++ b/reactos/ntoskrnl/dbg/kdb_serial.c @@ -29,11 +29,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/dbg/kdb_stabs.c b/reactos/ntoskrnl/dbg/kdb_stabs.c index 36fe4e17f61..e31a53694ee 100644 --- a/reactos/ntoskrnl/dbg/kdb_stabs.c +++ b/reactos/ntoskrnl/dbg/kdb_stabs.c @@ -27,21 +27,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/dbg/print.c b/reactos/ntoskrnl/dbg/print.c index 11dd7945652..21e5117ba19 100644 --- a/reactos/ntoskrnl/dbg/print.c +++ b/reactos/ntoskrnl/dbg/print.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: print.c,v 1.18 2004/08/13 05:00:35 ion Exp $ +/* $Id: print.c,v 1.19 2004/08/15 16:39:00 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -30,10 +30,9 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #include + /* FUNCTIONS ****************************************************************/ #if 0 diff --git a/reactos/ntoskrnl/dbg/profile.c b/reactos/ntoskrnl/dbg/profile.c index 3b7490c1d16..98860529e13 100755 --- a/reactos/ntoskrnl/dbg/profile.c +++ b/reactos/ntoskrnl/dbg/profile.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: profile.c,v 1.7 2004/02/10 16:22:57 navaraf Exp $ +/* $Id: profile.c,v 1.8 2004/08/15 16:39:00 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/dbg/profile.c @@ -28,9 +28,7 @@ /* INCLUDES *****************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include +#include #include "kdb.h" #define NDEBUG diff --git a/reactos/ntoskrnl/dbg/rdebug.c b/reactos/ntoskrnl/dbg/rdebug.c index 37fbfb9005d..51375415d4f 100644 --- a/reactos/ntoskrnl/dbg/rdebug.c +++ b/reactos/ntoskrnl/dbg/rdebug.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: rdebug.c,v 1.5 2003/10/12 21:21:40 hbirr Exp $ +/* $Id: rdebug.c,v 1.6 2004/08/15 16:39:00 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -29,9 +29,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/dbg/user.c b/reactos/ntoskrnl/dbg/user.c index 0c33105b73f..0c03ae27fc1 100644 --- a/reactos/ntoskrnl/dbg/user.c +++ b/reactos/ntoskrnl/dbg/user.c @@ -26,11 +26,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/ex/btree.c b/reactos/ntoskrnl/ex/btree.c index 98ab9a9f715..301412467e7 100644 --- a/reactos/ntoskrnl/ex/btree.c +++ b/reactos/ntoskrnl/ex/btree.c @@ -24,9 +24,8 @@ * UPDATE HISTORY: * 15-03-2002 CSH Created */ -#include -#include +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ex/callback.c b/reactos/ntoskrnl/ex/callback.c index e4ec4bfa918..81665718482 100644 --- a/reactos/ntoskrnl/ex/callback.c +++ b/reactos/ntoskrnl/ex/callback.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: callback.c,v 1.11 2004/06/19 08:48:00 navaraf Exp $ +/* $Id: callback.c,v 1.12 2004/08/15 16:39:01 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ex/callback.c @@ -34,11 +34,9 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include +#include #include +#include /* FUNCTIONS *****************************************************************/ @@ -54,7 +52,7 @@ * RETURNS: * TRUE if the Callback Object Type was successfully created. */ -BOOLEAN +VOID ExpInitializeCallbacks(VOID) { OBJECT_ATTRIBUTES ObjectAttributes; @@ -94,7 +92,7 @@ ExpInitializeCallbacks(VOID) /* Fail if it wasn't created successfully */ if (!NT_SUCCESS(Status)) { - return FALSE; + return; } /* Initialize the Object */ @@ -117,7 +115,7 @@ ExpInitializeCallbacks(VOID) /* Fail if couldn't create */ if (!NT_SUCCESS(Status)) { - return FALSE; + return; } /* Close Handle... */ @@ -152,11 +150,10 @@ ExpInitializeCallbacks(VOID) /* Make sure Global Callbacks have been created */ if (!NT_SUCCESS(Status)) { - return FALSE; + return; } } /* Everything successful */ - return TRUE; } /* diff --git a/reactos/ntoskrnl/ex/fmutex.c b/reactos/ntoskrnl/ex/fmutex.c index 2d9f1e687eb..c335fd42a02 100644 --- a/reactos/ntoskrnl/ex/fmutex.c +++ b/reactos/ntoskrnl/ex/fmutex.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: fmutex.c,v 1.20 2003/07/12 01:09:10 dwelch Exp $ +/* $Id: fmutex.c,v 1.21 2004/08/15 16:39:01 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ex/fmutex.c @@ -29,8 +29,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/ex/hashtab.c b/reactos/ntoskrnl/ex/hashtab.c index 0c42567b8b9..8d5c77921f3 100644 --- a/reactos/ntoskrnl/ex/hashtab.c +++ b/reactos/ntoskrnl/ex/hashtab.c @@ -27,8 +27,7 @@ * UPDATE HISTORY: * 15-03-2002 CSH Created */ -#include -#include +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ex/i386/interlck.c b/reactos/ntoskrnl/ex/i386/interlck.c index a60603e3ddf..94bbac6256a 100644 --- a/reactos/ntoskrnl/ex/i386/interlck.c +++ b/reactos/ntoskrnl/ex/i386/interlck.c @@ -1,10 +1,9 @@ -/* $Id: interlck.c,v 1.7 2004/08/07 19:13:26 ion Exp $ +/* $Id: interlck.c,v 1.8 2004/08/15 16:39:01 chorns Exp $ * * reactos/ntoskrnl/ex/i386/interlck.c * */ -#include - +#include #if defined(__GNUC__) diff --git a/reactos/ntoskrnl/ex/init.c b/reactos/ntoskrnl/ex/init.c index ca2a97cb8e4..827bc7baa09 100644 --- a/reactos/ntoskrnl/ex/init.c +++ b/reactos/ntoskrnl/ex/init.c @@ -26,9 +26,7 @@ * Created 11/09/99 */ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ex/interlck.c b/reactos/ntoskrnl/ex/interlck.c index b174fe66280..ad445f10e21 100644 --- a/reactos/ntoskrnl/ex/interlck.c +++ b/reactos/ntoskrnl/ex/interlck.c @@ -1,4 +1,4 @@ -/* $Id: interlck.c,v 1.14 2004/06/23 21:37:06 ion Exp $ +/* $Id: interlck.c,v 1.15 2004/08/15 16:39:01 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,10 +11,10 @@ /* INCLUDES *****************************************************************/ -#include - +#include #define NDEBUG #include + /* FUNCTIONS *****************************************************************/ #ifdef ExInterlockedDecrementLong diff --git a/reactos/ntoskrnl/ex/list.c b/reactos/ntoskrnl/ex/list.c index f74ef818070..90afeb5d9c8 100644 --- a/reactos/ntoskrnl/ex/list.c +++ b/reactos/ntoskrnl/ex/list.c @@ -1,4 +1,4 @@ -/* $Id: list.c,v 1.12 2004/06/23 21:01:27 ion Exp $ +/* $Id: list.c,v 1.13 2004/08/15 16:39:01 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -13,11 +13,7 @@ /* INCLUDES *****************************************************************/ -//#ifdef __USE_W32API -//#define NONAMELESSUNION -//#endif -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ex/lookas.c b/reactos/ntoskrnl/ex/lookas.c index 8de7d11d21a..16528f01ebf 100644 --- a/reactos/ntoskrnl/ex/lookas.c +++ b/reactos/ntoskrnl/ex/lookas.c @@ -1,4 +1,4 @@ -/* $Id: lookas.c,v 1.13 2003/12/30 18:52:03 fireball Exp $ +/* $Id: lookas.c,v 1.14 2004/08/15 16:39:01 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -14,11 +14,7 @@ /* INCLUDES *****************************************************************/ -//#ifdef __USE_W32API -// #define NONAMELESSUNION -//#endif -#include -#include +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ex/napi.c b/reactos/ntoskrnl/ex/napi.c index 677170dbc25..b250a4e75d5 100644 --- a/reactos/ntoskrnl/ex/napi.c +++ b/reactos/ntoskrnl/ex/napi.c @@ -8,11 +8,9 @@ /* INCLUDES *****************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include - +#include #include +#include /* GLOBALS ******************************************************************/ diff --git a/reactos/ntoskrnl/ex/power.c b/reactos/ntoskrnl/ex/power.c index c3bfac0de2c..656a3028060 100644 --- a/reactos/ntoskrnl/ex/power.c +++ b/reactos/ntoskrnl/ex/power.c @@ -11,14 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/ex/resource.c b/reactos/ntoskrnl/ex/resource.c index 22a2ed726bc..6a3484483ad 100644 --- a/reactos/ntoskrnl/ex/resource.c +++ b/reactos/ntoskrnl/ex/resource.c @@ -1,4 +1,4 @@ -/* $Id: resource.c,v 1.27 2003/12/30 18:52:03 fireball Exp $ +/* $Id: resource.c,v 1.28 2004/08/15 16:39:01 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -36,17 +36,9 @@ #define ResourceOwnedExclusive 0x80 #define ResourceDisableBoost 0x08 -//#ifdef __USE_W32API -//#define NONAMELESSUNION -//#endif - - /* INCLUDES *****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ex/rundown.c b/reactos/ntoskrnl/ex/rundown.c index 399d8ae39eb..a673ea95249 100644 --- a/reactos/ntoskrnl/ex/rundown.c +++ b/reactos/ntoskrnl/ex/rundown.c @@ -25,11 +25,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ex/stree.c b/reactos/ntoskrnl/ex/stree.c index 23427566f1a..8a33bb97fd2 100644 --- a/reactos/ntoskrnl/ex/stree.c +++ b/reactos/ntoskrnl/ex/stree.c @@ -27,9 +27,8 @@ * UPDATE HISTORY: * 15-03-2002 CSH Created */ -#include -#include +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ex/synch.c b/reactos/ntoskrnl/ex/synch.c index caaf8333569..bc6f0ec2bc3 100644 --- a/reactos/ntoskrnl/ex/synch.c +++ b/reactos/ntoskrnl/ex/synch.c @@ -25,11 +25,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ex/sysinfo.c b/reactos/ntoskrnl/ex/sysinfo.c index c1fc02995cc..88ef1f9d3b8 100644 --- a/reactos/ntoskrnl/ex/sysinfo.c +++ b/reactos/ntoskrnl/ex/sysinfo.c @@ -1,4 +1,4 @@ -/* $Id: sysinfo.c,v 1.43 2004/07/31 09:44:36 hbirr Exp $ +/* $Id: sysinfo.c,v 1.44 2004/08/15 16:39:01 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -14,16 +14,7 @@ /* INCLUDES *****************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ex/time.c b/reactos/ntoskrnl/ex/time.c index 6553c55e398..c26edfde2cc 100644 --- a/reactos/ntoskrnl/ex/time.c +++ b/reactos/ntoskrnl/ex/time.c @@ -1,4 +1,4 @@ -/* $Id: time.c,v 1.20 2004/06/23 21:01:27 ion Exp $ +/* $Id: time.c,v 1.21 2004/08/15 16:39:01 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,12 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include - +#include #include diff --git a/reactos/ntoskrnl/ex/util.c b/reactos/ntoskrnl/ex/util.c index 24661d3646c..082a3a95f89 100644 --- a/reactos/ntoskrnl/ex/util.c +++ b/reactos/ntoskrnl/ex/util.c @@ -25,11 +25,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ex/win32k.c b/reactos/ntoskrnl/ex/win32k.c index 8a372d54944..60472c8a726 100644 --- a/reactos/ntoskrnl/ex/win32k.c +++ b/reactos/ntoskrnl/ex/win32k.c @@ -24,13 +24,8 @@ * UPDATE HISTORY: * 04-06-2001 CSH Created */ -#include -#include -#include -#include -#include -#include +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ex/work.c b/reactos/ntoskrnl/ex/work.c index 5997d3a5180..f1729634bdf 100644 --- a/reactos/ntoskrnl/ex/work.c +++ b/reactos/ntoskrnl/ex/work.c @@ -1,4 +1,4 @@ -/* $Id: work.c,v 1.18 2003/10/12 17:05:44 hbirr Exp $ +/* $Id: work.c,v 1.19 2004/08/15 16:39:01 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,10 +11,7 @@ /* INCLUDES ******************************************************************/ -#include - -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ex/zone.c b/reactos/ntoskrnl/ex/zone.c index 42bc83872a9..4a7bcad4942 100644 --- a/reactos/ntoskrnl/ex/zone.c +++ b/reactos/ntoskrnl/ex/zone.c @@ -1,4 +1,4 @@ -/* $Id: zone.c,v 1.7 2003/12/30 18:52:03 fireball Exp $ +/* $Id: zone.c,v 1.8 2004/08/15 16:39:01 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -9,7 +9,7 @@ /* INCLUDES ****************************************************************/ -#include +#include /* FUNCTIONS ***************************************************************/ diff --git a/reactos/ntoskrnl/fs/dbcsname.c b/reactos/ntoskrnl/fs/dbcsname.c index 36eba328418..18210b392f4 100644 --- a/reactos/ntoskrnl/fs/dbcsname.c +++ b/reactos/ntoskrnl/fs/dbcsname.c @@ -1,10 +1,10 @@ -/* $Id: dbcsname.c,v 1.4 2003/07/10 06:27:13 royce Exp $ +/* $Id: dbcsname.c,v 1.5 2004/08/15 16:39:01 chorns Exp $ * * reactos/ntoskrnl/fs/dbcsname.c * */ -#include -#include + +#include /********************************************************************** diff --git a/reactos/ntoskrnl/fs/filelock.c b/reactos/ntoskrnl/fs/filelock.c index 468ea4a4833..c780a06eabf 100644 --- a/reactos/ntoskrnl/fs/filelock.c +++ b/reactos/ntoskrnl/fs/filelock.c @@ -1,13 +1,10 @@ -/* $Id: filelock.c,v 1.13 2004/08/12 06:04:21 ion Exp $ +/* $Id: filelock.c,v 1.14 2004/08/15 16:39:01 chorns Exp $ * * reactos/ntoskrnl/fs/filelock.c * */ -#include -#include -#include -#include +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/fs/mcb.c b/reactos/ntoskrnl/fs/mcb.c index 6afde133188..02ca2a0efff 100644 --- a/reactos/ntoskrnl/fs/mcb.c +++ b/reactos/ntoskrnl/fs/mcb.c @@ -1,11 +1,10 @@ -/* $Id: mcb.c,v 1.12 2004/06/23 00:42:21 ion Exp $ +/* $Id: mcb.c,v 1.13 2004/08/15 16:39:02 chorns Exp $ * * reactos/ntoskrnl/fs/mcb.c * */ -#include -#include +#include #include /********************************************************************** diff --git a/reactos/ntoskrnl/fs/mdl.c b/reactos/ntoskrnl/fs/mdl.c index 78fc379a646..9bfab285e7d 100644 --- a/reactos/ntoskrnl/fs/mdl.c +++ b/reactos/ntoskrnl/fs/mdl.c @@ -1,12 +1,10 @@ -/* $Id: mdl.c,v 1.7 2004/08/12 06:04:21 ion Exp $ +/* $Id: mdl.c,v 1.8 2004/08/15 16:39:02 chorns Exp $ * * reactos/ntoskrnl/fs/mdl.c * */ -#include -#include -#include +#include #include /* diff --git a/reactos/ntoskrnl/fs/name.c b/reactos/ntoskrnl/fs/name.c index 939b488df71..e53e826502f 100644 --- a/reactos/ntoskrnl/fs/name.c +++ b/reactos/ntoskrnl/fs/name.c @@ -1,9 +1,10 @@ -/* $Id: name.c,v 1.8 2003/12/17 20:26:28 ekohl Exp $ +/* $Id: name.c,v 1.9 2004/08/15 16:39:02 chorns Exp $ * * reactos/ntoskrnl/fs/name.c * */ -#include + +#include /* DATA */ diff --git a/reactos/ntoskrnl/fs/notify.c b/reactos/ntoskrnl/fs/notify.c index 30ef07cbf04..ad194785203 100644 --- a/reactos/ntoskrnl/fs/notify.c +++ b/reactos/ntoskrnl/fs/notify.c @@ -1,11 +1,10 @@ -/* $Id: notify.c,v 1.11 2004/06/27 13:58:05 navaraf Exp $ +/* $Id: notify.c,v 1.12 2004/08/15 16:39:02 chorns Exp $ * * reactos/ntoskrnl/fs/notify.c * */ -#include -#include +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/fs/oplock.c b/reactos/ntoskrnl/fs/oplock.c index d8c00d78294..d498c49f3ef 100644 --- a/reactos/ntoskrnl/fs/oplock.c +++ b/reactos/ntoskrnl/fs/oplock.c @@ -1,10 +1,10 @@ -/* $Id: oplock.c,v 1.7 2003/08/05 21:37:21 ea Exp $ +/* $Id: oplock.c,v 1.8 2004/08/15 16:39:02 chorns Exp $ * * reactos/ntoskrnl/fs/oplock.c * */ -#include -#include + +#include /********************************************************************** diff --git a/reactos/ntoskrnl/fs/pool.c b/reactos/ntoskrnl/fs/pool.c index e3950ed990e..9e5e9b3377a 100644 --- a/reactos/ntoskrnl/fs/pool.c +++ b/reactos/ntoskrnl/fs/pool.c @@ -1,11 +1,10 @@ -/* $Id: pool.c,v 1.5 2003/07/10 06:27:13 royce Exp $ +/* $Id: pool.c,v 1.6 2004/08/15 16:39:02 chorns Exp $ * * reactos/ntoskrnl/fs/pool.c * */ -#include -#include -#include + +#include /********************************************************************** diff --git a/reactos/ntoskrnl/fs/tunnel.c b/reactos/ntoskrnl/fs/tunnel.c index 0935449259f..3b5fda0dde5 100644 --- a/reactos/ntoskrnl/fs/tunnel.c +++ b/reactos/ntoskrnl/fs/tunnel.c @@ -1,10 +1,10 @@ -/* $Id: tunnel.c,v 1.6 2003/08/14 18:30:28 silverblade Exp $ +/* $Id: tunnel.c,v 1.7 2004/08/15 16:39:02 chorns Exp $ * * reactos/ntoskrnl/fs/tunnel.c * */ -#include -#include + +#include /********************************************************************** diff --git a/reactos/ntoskrnl/fs/unc.c b/reactos/ntoskrnl/fs/unc.c index 57beaaf78f9..9e2165ebb8c 100644 --- a/reactos/ntoskrnl/fs/unc.c +++ b/reactos/ntoskrnl/fs/unc.c @@ -1,10 +1,10 @@ -/* $Id: unc.c,v 1.5 2003/07/10 06:27:13 royce Exp $ +/* $Id: unc.c,v 1.6 2004/08/15 16:39:02 chorns Exp $ * * reactos/ntoskrnl/fs/unc.c * */ -#include -#include + +#include /********************************************************************** diff --git a/reactos/ntoskrnl/fs/util.c b/reactos/ntoskrnl/fs/util.c index c5cdd1c2df1..01125512174 100644 --- a/reactos/ntoskrnl/fs/util.c +++ b/reactos/ntoskrnl/fs/util.c @@ -1,11 +1,10 @@ -/* $Id: util.c,v 1.16 2004/06/23 00:42:21 ion Exp $ +/* $Id: util.c,v 1.17 2004/08/15 16:39:02 chorns Exp $ * * reactos/ntoskrnl/fs/util.c * */ -#include -#include +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/inbv/inbv.c b/reactos/ntoskrnl/inbv/inbv.c index 0333d5d4fbd..9e7588ea418 100755 --- a/reactos/ntoskrnl/inbv/inbv.c +++ b/reactos/ntoskrnl/inbv/inbv.c @@ -1,4 +1,4 @@ -/* $Id: inbv.c,v 1.7 2004/05/07 05:12:10 royce Exp $ +/* $Id: inbv.c,v 1.8 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,11 +11,9 @@ /* INCLUDES ******************************************************************/ -#include +#include #include #include -#include - #define NDEBUG #include diff --git a/reactos/ntoskrnl/include/.cvsignore b/reactos/ntoskrnl/include/.cvsignore new file mode 100644 index 00000000000..b3cd7323d2a --- /dev/null +++ b/reactos/ntoskrnl/include/.cvsignore @@ -0,0 +1,2 @@ +*.gch +*.o diff --git a/reactos/ntoskrnl/include/ntoskrnl.h b/reactos/ntoskrnl/include/ntoskrnl.h new file mode 100755 index 00000000000..1cf2a766b28 --- /dev/null +++ b/reactos/ntoskrnl/include/ntoskrnl.h @@ -0,0 +1,60 @@ +#ifndef __INCLUDE_NTOSKRNL_H +#define __INCLUDE_NTOSKRNL_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include "internal/xhal.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#endif /* INCLUDE_NTOSKRNL_H */ diff --git a/reactos/ntoskrnl/io/adapter.c b/reactos/ntoskrnl/io/adapter.c index 3b2a84fb59e..2d6f25ed6dd 100644 --- a/reactos/ntoskrnl/io/adapter.c +++ b/reactos/ntoskrnl/io/adapter.c @@ -1,4 +1,4 @@ -/* $Id: adapter.c,v 1.10 2003/10/20 06:03:29 vizzini Exp $ +/* $Id: adapter.c,v 1.11 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #include /* DATA **********************************************************************/ diff --git a/reactos/ntoskrnl/io/arcname.c b/reactos/ntoskrnl/io/arcname.c index 5f68734b25c..727916eaf79 100644 --- a/reactos/ntoskrnl/io/arcname.c +++ b/reactos/ntoskrnl/io/arcname.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: arcname.c,v 1.18 2004/05/29 21:28:28 navaraf Exp $ +/* $Id: arcname.c,v 1.19 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -28,12 +28,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - -#include "internal/io.h" -#include "internal/xhal.h" - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/buildirp.c b/reactos/ntoskrnl/io/buildirp.c index 48e947b3dec..60742cf2775 100644 --- a/reactos/ntoskrnl/io/buildirp.c +++ b/reactos/ntoskrnl/io/buildirp.c @@ -1,4 +1,4 @@ -/* $Id: buildirp.c,v 1.43 2004/08/12 16:43:11 ion Exp $ +/* $Id: buildirp.c,v 1.44 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -12,10 +12,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/cancel.c b/reactos/ntoskrnl/io/cancel.c index a38840c701c..84a524a2560 100644 --- a/reactos/ntoskrnl/io/cancel.c +++ b/reactos/ntoskrnl/io/cancel.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: cancel.c,v 1.12 2003/10/12 17:05:44 hbirr Exp $ +/* $Id: cancel.c,v 1.13 2004/08/15 16:39:03 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/io/cancel.c @@ -28,8 +28,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/cleanup.c b/reactos/ntoskrnl/io/cleanup.c index 2f32e69e9f9..e88a15f1c8c 100644 --- a/reactos/ntoskrnl/io/cleanup.c +++ b/reactos/ntoskrnl/io/cleanup.c @@ -10,13 +10,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/cntrller.c b/reactos/ntoskrnl/io/cntrller.c index de4e9010529..ade10786126 100644 --- a/reactos/ntoskrnl/io/cntrller.c +++ b/reactos/ntoskrnl/io/cntrller.c @@ -1,4 +1,4 @@ -/* $Id: cntrller.c,v 1.10 2003/07/10 15:47:00 royce Exp $ +/* $Id: cntrller.c,v 1.11 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #include /* GLOBALS *******************************************************************/ diff --git a/reactos/ntoskrnl/io/create.c b/reactos/ntoskrnl/io/create.c index 0efff324edb..ef1ef3ccd88 100644 --- a/reactos/ntoskrnl/io/create.c +++ b/reactos/ntoskrnl/io/create.c @@ -1,4 +1,4 @@ -/* $Id: create.c,v 1.73 2004/07/22 02:32:43 navaraf Exp $ +/* $Id: create.c,v 1.74 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,13 +11,7 @@ /* INCLUDES ***************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/device.c b/reactos/ntoskrnl/io/device.c index 6046cad849e..e8b8f757fee 100644 --- a/reactos/ntoskrnl/io/device.c +++ b/reactos/ntoskrnl/io/device.c @@ -1,4 +1,4 @@ -/* $Id: device.c,v 1.73 2004/08/14 22:47:08 ekohl Exp $ +/* $Id: device.c,v 1.74 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,16 +11,7 @@ /* INCLUDES *******************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include - -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/deviface.c b/reactos/ntoskrnl/io/deviface.c index cf51fa6e28b..a2b4ccd8b9b 100644 --- a/reactos/ntoskrnl/io/deviface.c +++ b/reactos/ntoskrnl/io/deviface.c @@ -11,7 +11,7 @@ /* INCLUDES ******************************************************************/ -#include +#include #include #ifdef DEFINE_GUID DEFINE_GUID(GUID_SERENUM_BUS_ENUMERATOR, 0x4D36E978L, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18); diff --git a/reactos/ntoskrnl/io/dir.c b/reactos/ntoskrnl/io/dir.c index 3f6ca5d028a..a97ceeb744c 100644 --- a/reactos/ntoskrnl/io/dir.c +++ b/reactos/ntoskrnl/io/dir.c @@ -1,4 +1,4 @@ -/* $Id: dir.c,v 1.22 2004/08/12 06:15:49 ion Exp $ +/* $Id: dir.c,v 1.23 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/driver.c b/reactos/ntoskrnl/io/driver.c index ca646cc74b1..84bdfedbfae 100644 --- a/reactos/ntoskrnl/io/driver.c +++ b/reactos/ntoskrnl/io/driver.c @@ -1,4 +1,4 @@ -/* $Id: driver.c,v 1.48 2004/06/23 21:42:50 ion Exp $ +/* $Id: driver.c,v 1.49 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -12,21 +12,7 @@ /* INCLUDES *******************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/errlog.c b/reactos/ntoskrnl/io/errlog.c index 49c9452cbce..776302199c5 100644 --- a/reactos/ntoskrnl/io/errlog.c +++ b/reactos/ntoskrnl/io/errlog.c @@ -1,4 +1,4 @@ -/* $Id: errlog.c,v 1.17 2004/06/23 21:42:50 ion Exp $ +/* $Id: errlog.c,v 1.18 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,10 +11,7 @@ /* INCLUDES *****************************************************************/ -#include - -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/error.c b/reactos/ntoskrnl/io/error.c index bb3175d4093..284d177e88a 100644 --- a/reactos/ntoskrnl/io/error.c +++ b/reactos/ntoskrnl/io/error.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: error.c,v 1.10 2003/12/14 17:44:01 hbirr Exp $ +/* $Id: error.c,v 1.11 2004/08/15 16:39:03 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/io/error.c @@ -28,9 +28,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/io/event.c b/reactos/ntoskrnl/io/event.c index d1bf032fe99..8112bd121d2 100644 --- a/reactos/ntoskrnl/io/event.c +++ b/reactos/ntoskrnl/io/event.c @@ -1,4 +1,4 @@ -/* $Id: event.c,v 1.7 2003/07/10 15:47:00 royce Exp $ +/* $Id: event.c,v 1.8 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/io/file.c b/reactos/ntoskrnl/io/file.c index 8861ca0f5fa..79eafb6952e 100644 --- a/reactos/ntoskrnl/io/file.c +++ b/reactos/ntoskrnl/io/file.c @@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.32 2004/08/12 06:15:50 ion Exp $ +/* $Id: file.c,v 1.33 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,10 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/flush.c b/reactos/ntoskrnl/io/flush.c index 38e1130d90d..7443dfa5eee 100644 --- a/reactos/ntoskrnl/io/flush.c +++ b/reactos/ntoskrnl/io/flush.c @@ -10,9 +10,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/fs.c b/reactos/ntoskrnl/io/fs.c index 6a37dfbd6a8..e76cea08455 100644 --- a/reactos/ntoskrnl/io/fs.c +++ b/reactos/ntoskrnl/io/fs.c @@ -10,11 +10,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/iocomp.c b/reactos/ntoskrnl/io/iocomp.c index c26eb2cd1bf..1f8475f223c 100644 --- a/reactos/ntoskrnl/io/iocomp.c +++ b/reactos/ntoskrnl/io/iocomp.c @@ -11,12 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#define NTOS_MODE_KERNEL -#include -//#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/ioctrl.c b/reactos/ntoskrnl/io/ioctrl.c index 2ace256bab5..42f42350060 100644 --- a/reactos/ntoskrnl/io/ioctrl.c +++ b/reactos/ntoskrnl/io/ioctrl.c @@ -1,4 +1,4 @@ -/* $Id: ioctrl.c,v 1.23 2003/12/13 14:36:42 ekohl Exp $ +/* $Id: ioctrl.c,v 1.24 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -15,8 +15,7 @@ /* INCLUDES *****************************************************************/ -#include -#include +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/iomgr.c b/reactos/ntoskrnl/io/iomgr.c index 46a39a2a89c..2a65e6a9fdd 100644 --- a/reactos/ntoskrnl/io/iomgr.c +++ b/reactos/ntoskrnl/io/iomgr.c @@ -1,4 +1,4 @@ -/* $Id: iomgr.c,v 1.49 2004/07/22 18:36:35 ekohl Exp $ +/* $Id: iomgr.c,v 1.50 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,14 +11,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/iowork.c b/reactos/ntoskrnl/io/iowork.c index 449d2fd7d21..35f3e603ca0 100644 --- a/reactos/ntoskrnl/io/iowork.c +++ b/reactos/ntoskrnl/io/iowork.c @@ -1,4 +1,4 @@ -/* $Id: iowork.c,v 1.6 2003/12/30 18:52:04 fireball Exp $ +/* $Id: iowork.c,v 1.7 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -12,9 +12,7 @@ /* INCLUDES ******************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/irp.c b/reactos/ntoskrnl/io/irp.c index 7d8971f1320..a8da07c9716 100644 --- a/reactos/ntoskrnl/io/irp.c +++ b/reactos/ntoskrnl/io/irp.c @@ -1,4 +1,4 @@ -/* $Id: irp.c,v 1.64 2004/08/12 16:43:12 ion Exp $ +/* $Id: irp.c,v 1.65 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -30,11 +30,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/lock.c b/reactos/ntoskrnl/io/lock.c index d9c6e3a0d7a..4ce54916a7d 100644 --- a/reactos/ntoskrnl/io/lock.c +++ b/reactos/ntoskrnl/io/lock.c @@ -10,9 +10,7 @@ /* INCLUDES *****************************************************************/ - -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/mailslot.c b/reactos/ntoskrnl/io/mailslot.c index 8f58c29f032..c08d30269f8 100644 --- a/reactos/ntoskrnl/io/mailslot.c +++ b/reactos/ntoskrnl/io/mailslot.c @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/mdl.c b/reactos/ntoskrnl/io/mdl.c index 34936a20296..71bfb363002 100644 --- a/reactos/ntoskrnl/io/mdl.c +++ b/reactos/ntoskrnl/io/mdl.c @@ -1,4 +1,4 @@ -/* $Id: mdl.c,v 1.16 2004/08/01 07:24:57 hbirr Exp $ +/* $Id: mdl.c,v 1.17 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,10 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/npipe.c b/reactos/ntoskrnl/io/npipe.c index 91fd1630ef8..dac444082fc 100644 --- a/reactos/ntoskrnl/io/npipe.c +++ b/reactos/ntoskrnl/io/npipe.c @@ -10,9 +10,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/page.c b/reactos/ntoskrnl/io/page.c index 1dafaa30f65..3034165f48a 100644 --- a/reactos/ntoskrnl/io/page.c +++ b/reactos/ntoskrnl/io/page.c @@ -1,4 +1,4 @@ -/* $Id: page.c,v 1.21 2003/07/11 01:23:14 royce Exp $ +/* $Id: page.c,v 1.22 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/parttab.c b/reactos/ntoskrnl/io/parttab.c index 855e1b5fd99..d448551b5b0 100644 --- a/reactos/ntoskrnl/io/parttab.c +++ b/reactos/ntoskrnl/io/parttab.c @@ -1,4 +1,4 @@ -/* $Id: parttab.c,v 1.7 2004/08/07 19:13:26 ion Exp $ +/* $Id: parttab.c,v 1.8 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -13,8 +13,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/io/pnpdma.c b/reactos/ntoskrnl/io/pnpdma.c index 8f1a73403ce..470bfe30ede 100644 --- a/reactos/ntoskrnl/io/pnpdma.c +++ b/reactos/ntoskrnl/io/pnpdma.c @@ -1,4 +1,4 @@ -/* $Id: pnpdma.c,v 1.5 2003/12/20 21:43:21 navaraf Exp $ +/* $Id: pnpdma.c,v 1.6 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,16 +11,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include - -//#define NDEBUG +#include #include #ifdef __USE_W32API diff --git a/reactos/ntoskrnl/io/pnpmgr.c b/reactos/ntoskrnl/io/pnpmgr.c index 8f4b8d8ed17..650129c1089 100644 --- a/reactos/ntoskrnl/io/pnpmgr.c +++ b/reactos/ntoskrnl/io/pnpmgr.c @@ -1,4 +1,4 @@ -/* $Id: pnpmgr.c,v 1.31 2004/08/01 21:57:34 navaraf Exp $ +/* $Id: pnpmgr.c,v 1.32 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,15 +11,8 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include - +#include #include -//#include #ifdef DEFINE_GUID DEFINE_GUID(GUID_CLASS_COMPORT, 0x86e0d1e0L, 0x8089, 0x11d0, 0x9c, 0xe4, 0x08, 0x00, 0x3e, 0x30, 0x1f, 0x73); DEFINE_GUID(GUID_SERENUM_BUS_ENUMERATOR, 0x4D36E978L, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18); diff --git a/reactos/ntoskrnl/io/pnpnotify.c b/reactos/ntoskrnl/io/pnpnotify.c index bed60325639..ba2622d788b 100644 --- a/reactos/ntoskrnl/io/pnpnotify.c +++ b/reactos/ntoskrnl/io/pnpnotify.c @@ -10,14 +10,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include - -//#define NDEBUG +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/io/pnpreport.c b/reactos/ntoskrnl/io/pnpreport.c index 1621336646f..e8626e70bbd 100644 --- a/reactos/ntoskrnl/io/pnpreport.c +++ b/reactos/ntoskrnl/io/pnpreport.c @@ -10,14 +10,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include - -//#define NDEBUG +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/io/pnproot.c b/reactos/ntoskrnl/io/pnproot.c index e75a5c955ad..8d124971742 100644 --- a/reactos/ntoskrnl/io/pnproot.c +++ b/reactos/ntoskrnl/io/pnproot.c @@ -1,4 +1,4 @@ -/* $Id: pnproot.c,v 1.22 2004/08/01 21:57:35 navaraf Exp $ +/* $Id: pnproot.c,v 1.23 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,11 +11,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/process.c b/reactos/ntoskrnl/io/process.c index b6f6c440927..3909a39f823 100644 --- a/reactos/ntoskrnl/io/process.c +++ b/reactos/ntoskrnl/io/process.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: process.c,v 1.17 2004/06/23 21:42:50 ion Exp $ +/* $Id: process.c,v 1.18 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -29,9 +29,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/io/queue.c b/reactos/ntoskrnl/io/queue.c index 6b2e56dc09d..f0822d584df 100644 --- a/reactos/ntoskrnl/io/queue.c +++ b/reactos/ntoskrnl/io/queue.c @@ -1,4 +1,4 @@ -/* $Id: queue.c,v 1.14 2004/04/28 20:42:01 hbirr Exp $ +/* $Id: queue.c,v 1.15 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -9,8 +9,7 @@ /* INCLUDES ******************************************************************/ -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/rawfs.c b/reactos/ntoskrnl/io/rawfs.c index 5d098365b66..d207c4ca275 100755 --- a/reactos/ntoskrnl/io/rawfs.c +++ b/reactos/ntoskrnl/io/rawfs.c @@ -1,4 +1,4 @@ -/* $Id: rawfs.c,v 1.11 2004/08/10 01:49:36 navaraf Exp $ +/* $Id: rawfs.c,v 1.12 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,10 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/remlock.c b/reactos/ntoskrnl/io/remlock.c index a1e3e9d0c72..d58c096ef13 100644 --- a/reactos/ntoskrnl/io/remlock.c +++ b/reactos/ntoskrnl/io/remlock.c @@ -10,14 +10,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include - -//#define NDEBUG +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/io/resource.c b/reactos/ntoskrnl/io/resource.c index 37e41fe6a22..724799192b8 100644 --- a/reactos/ntoskrnl/io/resource.c +++ b/reactos/ntoskrnl/io/resource.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: resource.c,v 1.18 2004/07/18 23:52:50 navaraf Exp $ +/* $Id: resource.c,v 1.19 2004/08/15 16:39:03 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/io/resource.c @@ -29,8 +29,7 @@ /* INCLUDES *****************************************************************/ -#include -#include +#include #include /* GLOBALS *******************************************************************/ diff --git a/reactos/ntoskrnl/io/rw.c b/reactos/ntoskrnl/io/rw.c index 2b977a08ca6..6b43ebd5c42 100644 --- a/reactos/ntoskrnl/io/rw.c +++ b/reactos/ntoskrnl/io/rw.c @@ -1,4 +1,4 @@ -/* $Id: rw.c,v 1.53 2003/12/14 17:44:02 hbirr Exp $ +/* $Id: rw.c,v 1.54 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,10 +11,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/share.c b/reactos/ntoskrnl/io/share.c index 13150c12d77..87ca2acf7df 100644 --- a/reactos/ntoskrnl/io/share.c +++ b/reactos/ntoskrnl/io/share.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: share.c,v 1.10 2004/06/23 21:42:50 ion Exp $ +/* $Id: share.c,v 1.11 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -29,8 +29,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/io/shutdown.c b/reactos/ntoskrnl/io/shutdown.c index b4dd140fcc4..0133c22fcb0 100644 --- a/reactos/ntoskrnl/io/shutdown.c +++ b/reactos/ntoskrnl/io/shutdown.c @@ -1,4 +1,4 @@ -/* $Id: shutdown.c,v 1.9 2003/10/12 17:05:45 hbirr Exp $ +/* $Id: shutdown.c,v 1.10 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/symlink.c b/reactos/ntoskrnl/io/symlink.c index 13725d33fb2..41c4e118268 100644 --- a/reactos/ntoskrnl/io/symlink.c +++ b/reactos/ntoskrnl/io/symlink.c @@ -1,4 +1,4 @@ -/* $Id: symlink.c,v 1.33 2003/07/10 15:47:00 royce Exp $ +/* $Id: symlink.c,v 1.34 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/timer.c b/reactos/ntoskrnl/io/timer.c index 67d04c2f6fe..e07d745f18b 100644 --- a/reactos/ntoskrnl/io/timer.c +++ b/reactos/ntoskrnl/io/timer.c @@ -1,4 +1,4 @@ -/* $Id: timer.c,v 1.11 2003/12/30 18:52:04 fireball Exp $ +/* $Id: timer.c,v 1.12 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/vpb.c b/reactos/ntoskrnl/io/vpb.c index 9765e87539b..8851b8c6fe7 100644 --- a/reactos/ntoskrnl/io/vpb.c +++ b/reactos/ntoskrnl/io/vpb.c @@ -1,4 +1,4 @@ -/* $Id: vpb.c,v 1.24 2003/12/13 14:36:42 ekohl Exp $ +/* $Id: vpb.c,v 1.25 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,12 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/wdm.c b/reactos/ntoskrnl/io/wdm.c index 51bbacd9f99..4185d46bd72 100644 --- a/reactos/ntoskrnl/io/wdm.c +++ b/reactos/ntoskrnl/io/wdm.c @@ -6,7 +6,7 @@ * PROGRAMMER: Filip Navara (xnavara@volny.cz) */ -#include +#include /* * @implemented diff --git a/reactos/ntoskrnl/io/wmi.c b/reactos/ntoskrnl/io/wmi.c index 314950c4b10..7eaf8c584b1 100644 --- a/reactos/ntoskrnl/io/wmi.c +++ b/reactos/ntoskrnl/io/wmi.c @@ -1,4 +1,4 @@ -/* $Id: wmi.c,v 1.1 2004/06/23 21:42:50 ion Exp $ +/* $Id: wmi.c,v 1.2 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,11 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/xhaldisp.c b/reactos/ntoskrnl/io/xhaldisp.c index 0589c3997c7..38d5afad674 100644 --- a/reactos/ntoskrnl/io/xhaldisp.c +++ b/reactos/ntoskrnl/io/xhaldisp.c @@ -1,4 +1,4 @@ -/* $Id: xhaldisp.c,v 1.9 2004/06/23 21:42:50 ion Exp $ +/* $Id: xhaldisp.c,v 1.10 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/io/xhaldrv.c b/reactos/ntoskrnl/io/xhaldrv.c index 3a35a0459be..608ec146650 100644 --- a/reactos/ntoskrnl/io/xhaldrv.c +++ b/reactos/ntoskrnl/io/xhaldrv.c @@ -1,4 +1,4 @@ -/* $Id: xhaldrv.c,v 1.45 2004/06/05 20:05:06 hbirr Exp $ +/* $Id: xhaldrv.c,v 1.46 2004/08/15 16:39:03 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -12,9 +12,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/kd/dlog.c b/reactos/ntoskrnl/kd/dlog.c index 7a0063fd495..0886a89d39f 100644 --- a/reactos/ntoskrnl/kd/dlog.c +++ b/reactos/ntoskrnl/kd/dlog.c @@ -1,4 +1,4 @@ -/* $Id: dlog.c,v 1.14 2004/08/07 03:41:31 sedwards Exp $ +/* $Id: dlog.c,v 1.15 2004/08/15 16:39:04 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,12 +11,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include +#include /* GLOBALS *******************************************************************/ diff --git a/reactos/ntoskrnl/kd/gdbstub.c b/reactos/ntoskrnl/kd/gdbstub.c index a57fa23cada..3b927ff8ed8 100644 --- a/reactos/ntoskrnl/kd/gdbstub.c +++ b/reactos/ntoskrnl/kd/gdbstub.c @@ -83,13 +83,7 @@ * ****************************************************************************/ -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/kd/kdebug.c b/reactos/ntoskrnl/kd/kdebug.c index dbf7f352865..fbadde13218 100644 --- a/reactos/ntoskrnl/kd/kdebug.c +++ b/reactos/ntoskrnl/kd/kdebug.c @@ -1,4 +1,4 @@ -/* $Id: kdebug.c,v 1.54 2004/08/07 03:41:31 sedwards Exp $ +/* $Id: kdebug.c,v 1.55 2004/08/15 16:39:04 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -9,11 +9,7 @@ * 21/10/99: Created */ -#include -#include -#include -#include -#include +#include #include "../dbg/kdb.h" #include diff --git a/reactos/ntoskrnl/kd/mda.c b/reactos/ntoskrnl/kd/mda.c index 872ea398af4..541b06a83fb 100644 --- a/reactos/ntoskrnl/kd/mda.c +++ b/reactos/ntoskrnl/kd/mda.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: mda.c,v 1.4 2004/03/16 22:45:56 dwelch Exp $ +/* $Id: mda.c,v 1.5 2004/08/15 16:39:04 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/kd/mda.c @@ -26,11 +26,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include +#include #include "../dbg/kdb.h" /* VARIABLES ***************************************************************/ diff --git a/reactos/ntoskrnl/kd/service.c b/reactos/ntoskrnl/kd/service.c index fcd48af0b50..d001724d136 100644 --- a/reactos/ntoskrnl/kd/service.c +++ b/reactos/ntoskrnl/kd/service.c @@ -1,4 +1,4 @@ -/* $Id: service.c,v 1.8 2004/01/08 18:54:12 jfilby Exp $ +/* $Id: service.c,v 1.9 2004/08/15 16:39:04 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -9,9 +9,8 @@ * 17/01/2000: Created */ -#include -#include -#include +#include + /* FUNCTIONS ***************************************************************/ diff --git a/reactos/ntoskrnl/ke/apc.c b/reactos/ntoskrnl/ke/apc.c index 6f7f894b463..64d52ab242f 100644 --- a/reactos/ntoskrnl/ke/apc.c +++ b/reactos/ntoskrnl/ke/apc.c @@ -29,14 +29,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/bug.c b/reactos/ntoskrnl/ke/bug.c index 7f51fe575e3..45f544576ea 100644 --- a/reactos/ntoskrnl/ke/bug.c +++ b/reactos/ntoskrnl/ke/bug.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: bug.c,v 1.44 2004/03/11 21:50:24 dwelch Exp $ +/* $Id: bug.c,v 1.45 2004/08/15 16:39:05 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ke/bug.c @@ -30,14 +30,9 @@ /* INCLUDES *****************************************************************/ -#include +#include #include -#include -#include -#include - #include - #include "../../hal/halx86/include/hal.h" /* GLOBALS ******************************************************************/ diff --git a/reactos/ntoskrnl/ke/catch.c b/reactos/ntoskrnl/ke/catch.c index 610f8b0a24e..8583a4745c8 100644 --- a/reactos/ntoskrnl/ke/catch.c +++ b/reactos/ntoskrnl/ke/catch.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: catch.c,v 1.46 2004/08/05 18:17:37 ion Exp $ +/* $Id: catch.c,v 1.47 2004/08/15 16:39:05 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ke/catch.c @@ -27,15 +27,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/critical.c b/reactos/ntoskrnl/ke/critical.c index c052df4af9b..674919bbba1 100644 --- a/reactos/ntoskrnl/ke/critical.c +++ b/reactos/ntoskrnl/ke/critical.c @@ -1,4 +1,4 @@ -/* $Id: critical.c,v 1.9 2003/11/19 21:19:15 gdalsnes Exp $ +/* $Id: critical.c,v 1.10 2004/08/15 16:39:05 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/device.c b/reactos/ntoskrnl/ke/device.c index 0241046dfe2..851554a0050 100644 --- a/reactos/ntoskrnl/ke/device.c +++ b/reactos/ntoskrnl/ke/device.c @@ -1,4 +1,4 @@ -/* $Id: device.c,v 1.1 2004/06/23 22:31:51 ion Exp $ +/* $Id: device.c,v 1.2 2004/08/15 16:39:05 chorns Exp $ * * FILE: ntoskrnl/ke/profile.c * PURPOSE: Kernel Device/Settings Functions @@ -7,11 +7,7 @@ * Created 23/06/04 */ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/dpc.c b/reactos/ntoskrnl/ke/dpc.c index 0b20e546398..48b9ae3b447 100644 --- a/reactos/ntoskrnl/ke/dpc.c +++ b/reactos/ntoskrnl/ke/dpc.c @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: dpc.c,v 1.33 2004/08/12 06:04:21 ion Exp $ +/* $Id: dpc.c,v 1.34 2004/08/15 16:39:05 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -36,9 +36,7 @@ /* INCLUDES ***************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/error.c b/reactos/ntoskrnl/ke/error.c index d5f473d8ac7..b52d2c2fcb6 100644 --- a/reactos/ntoskrnl/ke/error.c +++ b/reactos/ntoskrnl/ke/error.c @@ -11,8 +11,7 @@ /* INCLUDE *****************************************************************/ -#include - +#include #include /* FUNCTIONS ***************************************************************/ diff --git a/reactos/ntoskrnl/ke/event.c b/reactos/ntoskrnl/ke/event.c index 52546c6f66c..9078cb96333 100644 --- a/reactos/ntoskrnl/ke/event.c +++ b/reactos/ntoskrnl/ke/event.c @@ -10,11 +10,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/i386/bios.c b/reactos/ntoskrnl/ke/i386/bios.c index bcc6c5e1aa3..e89f7df8e92 100644 --- a/reactos/ntoskrnl/ke/i386/bios.c +++ b/reactos/ntoskrnl/ke/i386/bios.c @@ -25,9 +25,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/i386/brkpoint.c b/reactos/ntoskrnl/ke/i386/brkpoint.c index 150648c53a5..f81480e88bf 100644 --- a/reactos/ntoskrnl/ke/i386/brkpoint.c +++ b/reactos/ntoskrnl/ke/i386/brkpoint.c @@ -25,8 +25,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/ke/i386/exp.c b/reactos/ntoskrnl/ke/i386/exp.c index 33b51a6aaec..3a26a334269 100644 --- a/reactos/ntoskrnl/ke/i386/exp.c +++ b/reactos/ntoskrnl/ke/i386/exp.c @@ -29,21 +29,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/i386/fpu.c b/reactos/ntoskrnl/ke/i386/fpu.c index 770ec992120..1a43ee497a1 100644 --- a/reactos/ntoskrnl/ke/i386/fpu.c +++ b/reactos/ntoskrnl/ke/i386/fpu.c @@ -1,4 +1,4 @@ -/* $Id: fpu.c,v 1.12 2003/12/30 18:52:04 fireball Exp $ +/* $Id: fpu.c,v 1.13 2004/08/15 16:39:05 chorns Exp $ * * ReactOS kernel * Copyright (C) 1998, 1999, 2000, 2001 ReactOS Team @@ -28,11 +28,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/i386/gdt.c b/reactos/ntoskrnl/ke/i386/gdt.c index 83d3e3d2374..85982205832 100644 --- a/reactos/ntoskrnl/ke/i386/gdt.c +++ b/reactos/ntoskrnl/ke/i386/gdt.c @@ -27,11 +27,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/i386/idt.c b/reactos/ntoskrnl/ke/i386/idt.c index c6b3d374da6..2e45ae8958d 100644 --- a/reactos/ntoskrnl/ke/i386/idt.c +++ b/reactos/ntoskrnl/ke/i386/idt.c @@ -10,8 +10,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/i386/irq.c b/reactos/ntoskrnl/ke/i386/irq.c index e7d17beca3e..c663df32f3a 100644 --- a/reactos/ntoskrnl/ke/i386/irq.c +++ b/reactos/ntoskrnl/ke/i386/irq.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: irq.c,v 1.44 2004/07/30 19:28:49 jimtabor Exp $ +/* $Id: irq.c,v 1.45 2004/08/15 16:39:05 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ke/i386/irq.c @@ -35,13 +35,7 @@ /* INCLUDES ****************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include +#include #ifdef KDBG #include <../dbg/kdb.h> #endif /* KDBG */ diff --git a/reactos/ntoskrnl/ke/i386/kernel.c b/reactos/ntoskrnl/ke/i386/kernel.c index baeb3db1a56..10522c9e2f0 100644 --- a/reactos/ntoskrnl/ke/i386/kernel.c +++ b/reactos/ntoskrnl/ke/i386/kernel.c @@ -27,12 +27,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/i386/ldt.c b/reactos/ntoskrnl/ke/i386/ldt.c index 67827825fa2..aa7d33b9d75 100644 --- a/reactos/ntoskrnl/ke/i386/ldt.c +++ b/reactos/ntoskrnl/ke/i386/ldt.c @@ -27,11 +27,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/i386/thread.c b/reactos/ntoskrnl/ke/i386/thread.c index edf1b6b0838..15c930bfe72 100644 --- a/reactos/ntoskrnl/ke/i386/thread.c +++ b/reactos/ntoskrnl/ke/i386/thread.c @@ -27,13 +27,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/i386/tss.c b/reactos/ntoskrnl/ke/i386/tss.c index 4adc272f0d5..092d7b954cf 100644 --- a/reactos/ntoskrnl/ke/i386/tss.c +++ b/reactos/ntoskrnl/ke/i386/tss.c @@ -27,11 +27,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/i386/usercall.c b/reactos/ntoskrnl/ke/i386/usercall.c index 09d79710db9..a47fd942544 100644 --- a/reactos/ntoskrnl/ke/i386/usercall.c +++ b/reactos/ntoskrnl/ke/i386/usercall.c @@ -1,4 +1,4 @@ -/* $Id: usercall.c,v 1.27 2004/07/01 01:52:37 royce Exp $ +/* $Id: usercall.c,v 1.28 2004/08/15 16:39:05 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,19 +11,10 @@ /* INCLUDES ******************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include -#include - /* FUNCTIONS *****************************************************************/ VOID diff --git a/reactos/ntoskrnl/ke/i386/usertrap.c b/reactos/ntoskrnl/ke/i386/usertrap.c index 2da16fb5ec0..b87b4fa79c7 100644 --- a/reactos/ntoskrnl/ke/i386/usertrap.c +++ b/reactos/ntoskrnl/ke/i386/usertrap.c @@ -27,19 +27,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/i386/v86m.c b/reactos/ntoskrnl/ke/i386/v86m.c index e5557fc6b2d..dadacc76384 100644 --- a/reactos/ntoskrnl/ke/i386/v86m.c +++ b/reactos/ntoskrnl/ke/i386/v86m.c @@ -25,14 +25,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/ipi.c b/reactos/ntoskrnl/ke/ipi.c index 2a2d5e6b3ff..e10eaf7bb74 100644 --- a/reactos/ntoskrnl/ke/ipi.c +++ b/reactos/ntoskrnl/ke/ipi.c @@ -1,4 +1,4 @@ -/* $Id: ipi.c,v 1.1 2004/08/12 06:04:21 ion Exp $ +/* $Id: ipi.c,v 1.2 2004/08/15 16:39:05 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/kqueue.c b/reactos/ntoskrnl/ke/kqueue.c index 8f225babe7e..825b93e2e9a 100644 --- a/reactos/ntoskrnl/ke/kqueue.c +++ b/reactos/ntoskrnl/ke/kqueue.c @@ -10,8 +10,7 @@ /* INCLUDES ****************************************************************/ -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/kthread.c b/reactos/ntoskrnl/ke/kthread.c index 224d086a243..2c2a1566283 100644 --- a/reactos/ntoskrnl/ke/kthread.c +++ b/reactos/ntoskrnl/ke/kthread.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: kthread.c,v 1.48 2004/08/01 07:24:59 hbirr Exp $ +/* $Id: kthread.c,v 1.49 2004/08/15 16:39:05 chorns Exp $ * * FILE: ntoskrnl/ke/kthread.c * PURPOSE: Microkernel thread support @@ -27,12 +27,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/main.c b/reactos/ntoskrnl/ke/main.c index d32bee78c44..da58ecc01e8 100644 --- a/reactos/ntoskrnl/ke/main.c +++ b/reactos/ntoskrnl/ke/main.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: main.c,v 1.191 2004/08/07 03:41:31 sedwards Exp $ +/* $Id: main.c,v 1.192 2004/08/15 16:39:05 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ke/main.c @@ -28,27 +28,8 @@ /* INCLUDES *****************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include #include "../dbg/kdb.h" -#include -#include #include #include diff --git a/reactos/ntoskrnl/ke/mutex.c b/reactos/ntoskrnl/ke/mutex.c index 016b38047a0..8190a6c9751 100644 --- a/reactos/ntoskrnl/ke/mutex.c +++ b/reactos/ntoskrnl/ke/mutex.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: mutex.c,v 1.16 2004/08/01 21:57:35 navaraf Exp $ +/* $Id: mutex.c,v 1.17 2004/08/15 16:39:05 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ke/mutex.c @@ -28,12 +28,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/ke/process.c b/reactos/ntoskrnl/ke/process.c index 321fc2496c4..6632e2efbdd 100644 --- a/reactos/ntoskrnl/ke/process.c +++ b/reactos/ntoskrnl/ke/process.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: process.c,v 1.22 2004/08/01 21:57:35 navaraf Exp $ +/* $Id: process.c,v 1.23 2004/08/15 16:39:05 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ke/process.c @@ -29,12 +29,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/profile.c b/reactos/ntoskrnl/ke/profile.c index 15b72ffb0a0..25170885c62 100644 --- a/reactos/ntoskrnl/ke/profile.c +++ b/reactos/ntoskrnl/ke/profile.c @@ -1,4 +1,4 @@ -/* $Id: profile.c,v 1.1 2004/06/23 22:31:51 ion Exp $ +/* $Id: profile.c,v 1.2 2004/08/15 16:39:05 chorns Exp $ * * FILE: ntoskrnl/ke/profile.c * PURPOSE: Kernel Profiling @@ -7,11 +7,7 @@ * Created 23/06/04 */ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/queue.c b/reactos/ntoskrnl/ke/queue.c index a71bf334504..adef5aa9729 100644 --- a/reactos/ntoskrnl/ke/queue.c +++ b/reactos/ntoskrnl/ke/queue.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: queue.c,v 1.10 2003/11/02 01:15:15 ekohl Exp $ +/* $Id: queue.c,v 1.11 2004/08/15 16:39:05 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ke/queue.c @@ -28,12 +28,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/sem.c b/reactos/ntoskrnl/ke/sem.c index ca4335df73b..af9eab89518 100644 --- a/reactos/ntoskrnl/ke/sem.c +++ b/reactos/ntoskrnl/ke/sem.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: sem.c,v 1.14 2003/11/02 01:15:15 ekohl Exp $ +/* $Id: sem.c,v 1.15 2004/08/15 16:39:05 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ke/sem.c @@ -28,11 +28,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/spinlock.c b/reactos/ntoskrnl/ke/spinlock.c index b954fbbd750..e52f24e51cc 100644 --- a/reactos/ntoskrnl/ke/spinlock.c +++ b/reactos/ntoskrnl/ke/spinlock.c @@ -1,4 +1,4 @@ -/* $Id: spinlock.c,v 1.21 2004/06/23 22:31:51 ion Exp $ +/* $Id: spinlock.c,v 1.22 2004/08/15 16:39:05 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -16,9 +16,7 @@ /* INCLUDES ****************************************************************/ -#include -#include - +#include #include /* FUNCTIONS ***************************************************************/ diff --git a/reactos/ntoskrnl/ke/timer.c b/reactos/ntoskrnl/ke/timer.c index 18902792b49..5b5c1a5be96 100644 --- a/reactos/ntoskrnl/ke/timer.c +++ b/reactos/ntoskrnl/ke/timer.c @@ -1,4 +1,4 @@ -/* $Id: timer.c,v 1.75 2004/07/29 23:28:31 jimtabor Exp $ +/* $Id: timer.c,v 1.76 2004/08/15 16:39:05 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -17,13 +17,7 @@ /* INCLUDES ***************************************************************/ -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ke/wait.c b/reactos/ntoskrnl/ke/wait.c index 524c2e14013..b49465b9bfa 100644 --- a/reactos/ntoskrnl/ke/wait.c +++ b/reactos/ntoskrnl/ke/wait.c @@ -16,13 +16,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include -#include +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ldr/init.c b/reactos/ntoskrnl/ldr/init.c index acdb339a543..2fc88215d4e 100644 --- a/reactos/ntoskrnl/ldr/init.c +++ b/reactos/ntoskrnl/ldr/init.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: init.c,v 1.45 2003/12/30 18:52:05 fireball Exp $ +/* $Id: init.c,v 1.46 2004/08/15 16:39:06 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ldr/init.c @@ -37,16 +37,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ldr/loader.c b/reactos/ntoskrnl/ldr/loader.c index f9836154d45..1ffe9ed7080 100644 --- a/reactos/ntoskrnl/ldr/loader.c +++ b/reactos/ntoskrnl/ldr/loader.c @@ -1,4 +1,4 @@ -/* $Id: loader.c,v 1.142 2004/05/30 11:47:43 navaraf Exp $ +/* $Id: loader.c,v 1.143 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -24,19 +24,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include #ifdef HALDBG #include diff --git a/reactos/ntoskrnl/ldr/resource.c b/reactos/ntoskrnl/ldr/resource.c index f67e5e3828c..8094595fefb 100644 --- a/reactos/ntoskrnl/ldr/resource.c +++ b/reactos/ntoskrnl/ldr/resource.c @@ -1,4 +1,4 @@ -/* $Id: resource.c,v 1.7 2004/06/23 19:49:11 ion Exp $ +/* $Id: resource.c,v 1.8 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -9,8 +9,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ldr/rtl.c b/reactos/ntoskrnl/ldr/rtl.c index 19346b2e65f..b3b0ce26912 100644 --- a/reactos/ntoskrnl/ldr/rtl.c +++ b/reactos/ntoskrnl/ldr/rtl.c @@ -1,4 +1,4 @@ -/* $Id: rtl.c,v 1.19 2004/06/27 14:15:33 navaraf Exp $ +/* $Id: rtl.c,v 1.20 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -10,13 +10,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ldr/sysdll.c b/reactos/ntoskrnl/ldr/sysdll.c index d1ffe28e6ab..00e693ead23 100644 --- a/reactos/ntoskrnl/ldr/sysdll.c +++ b/reactos/ntoskrnl/ldr/sysdll.c @@ -12,14 +12,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ldr/userldr.c b/reactos/ntoskrnl/ldr/userldr.c index 3856b6e9d7b..00e28be6c59 100644 --- a/reactos/ntoskrnl/ldr/userldr.c +++ b/reactos/ntoskrnl/ldr/userldr.c @@ -11,14 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/lpc/close.c b/reactos/ntoskrnl/lpc/close.c index a7ba828ab2e..1f16b975a07 100644 --- a/reactos/ntoskrnl/lpc/close.c +++ b/reactos/ntoskrnl/lpc/close.c @@ -1,4 +1,4 @@ -/* $Id: close.c,v 1.12 2003/07/11 01:23:15 royce Exp $ +/* $Id: close.c,v 1.13 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,10 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/lpc/complete.c b/reactos/ntoskrnl/lpc/complete.c index 3f4c0fd0d17..8e8828f6be0 100644 --- a/reactos/ntoskrnl/lpc/complete.c +++ b/reactos/ntoskrnl/lpc/complete.c @@ -1,4 +1,4 @@ -/* $Id: complete.c,v 1.11 2004/02/02 23:48:42 ea Exp $ +/* $Id: complete.c,v 1.12 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,11 +11,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/lpc/connect.c b/reactos/ntoskrnl/lpc/connect.c index 48d9eaf41fe..938651ef44c 100644 --- a/reactos/ntoskrnl/lpc/connect.c +++ b/reactos/ntoskrnl/lpc/connect.c @@ -1,4 +1,4 @@ -/* $Id: connect.c,v 1.26 2004/02/21 09:06:27 navaraf Exp $ +/* $Id: connect.c,v 1.27 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,15 +11,7 @@ /* INCLUDES *****************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/lpc/create.c b/reactos/ntoskrnl/lpc/create.c index 56856f98053..7affe94b90e 100644 --- a/reactos/ntoskrnl/lpc/create.c +++ b/reactos/ntoskrnl/lpc/create.c @@ -1,4 +1,4 @@ -/* $Id: create.c,v 1.16 2004/02/02 23:48:42 ea Exp $ +/* $Id: create.c,v 1.17 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,11 +11,7 @@ /* INCLUDES *****************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/lpc/listen.c b/reactos/ntoskrnl/lpc/listen.c index 374b8e67abe..d50f7fa599d 100644 --- a/reactos/ntoskrnl/lpc/listen.c +++ b/reactos/ntoskrnl/lpc/listen.c @@ -1,4 +1,4 @@ -/* $Id: listen.c,v 1.8 2003/12/30 18:52:05 fireball Exp $ +/* $Id: listen.c,v 1.9 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,11 +11,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/lpc/port.c b/reactos/ntoskrnl/lpc/port.c index cb340033f85..0ac5f3d8eba 100644 --- a/reactos/ntoskrnl/lpc/port.c +++ b/reactos/ntoskrnl/lpc/port.c @@ -1,4 +1,4 @@ -/* $Id: port.c,v 1.18 2004/08/04 12:50:42 ea Exp $ +/* $Id: port.c,v 1.19 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -14,15 +14,7 @@ /* INCLUDES *****************************************************************/ -#include - -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/lpc/query.c b/reactos/ntoskrnl/lpc/query.c index 440c98d1310..9bfa62ffd06 100644 --- a/reactos/ntoskrnl/lpc/query.c +++ b/reactos/ntoskrnl/lpc/query.c @@ -1,4 +1,4 @@ -/* $Id: query.c,v 1.8 2003/12/30 18:52:05 fireball Exp $ +/* $Id: query.c,v 1.9 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,11 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/lpc/queue.c b/reactos/ntoskrnl/lpc/queue.c index 6fce6e6836e..eeb4a7937f0 100644 --- a/reactos/ntoskrnl/lpc/queue.c +++ b/reactos/ntoskrnl/lpc/queue.c @@ -1,4 +1,4 @@ -/* $Id: queue.c,v 1.9 2003/07/11 01:23:15 royce Exp $ +/* $Id: queue.c,v 1.10 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,11 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/lpc/receive.c b/reactos/ntoskrnl/lpc/receive.c index c8723b5deaa..f02437cd55d 100644 --- a/reactos/ntoskrnl/lpc/receive.c +++ b/reactos/ntoskrnl/lpc/receive.c @@ -1,4 +1,4 @@ -/* $Id: receive.c,v 1.8 2003/12/14 17:44:02 hbirr Exp $ +/* $Id: receive.c,v 1.9 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,11 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/lpc/reply.c b/reactos/ntoskrnl/lpc/reply.c index 0de25529c3c..db71510f17c 100644 --- a/reactos/ntoskrnl/lpc/reply.c +++ b/reactos/ntoskrnl/lpc/reply.c @@ -1,4 +1,4 @@ -/* $Id: reply.c,v 1.20 2004/06/23 19:49:21 ion Exp $ +/* $Id: reply.c,v 1.21 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,13 +11,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/lpc/send.c b/reactos/ntoskrnl/lpc/send.c index f70fc964298..48fa904df4a 100644 --- a/reactos/ntoskrnl/lpc/send.c +++ b/reactos/ntoskrnl/lpc/send.c @@ -1,4 +1,4 @@ -/* $Id: send.c,v 1.15 2004/05/31 11:47:05 gvg Exp $ +/* $Id: send.c,v 1.16 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,13 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/anonmem.c b/reactos/ntoskrnl/mm/anonmem.c index a36627ce29b..a16b130409a 100644 --- a/reactos/ntoskrnl/mm/anonmem.c +++ b/reactos/ntoskrnl/mm/anonmem.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: anonmem.c,v 1.30 2004/08/01 07:24:57 hbirr Exp $ +/* $Id: anonmem.c,v 1.31 2004/08/15 16:39:06 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/mm/anonmem.c @@ -26,13 +26,7 @@ /* INCLUDE *****************************************************************/ -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/aspace.c b/reactos/ntoskrnl/mm/aspace.c index 948cbddc076..e0f9da9fa86 100644 --- a/reactos/ntoskrnl/mm/aspace.c +++ b/reactos/ntoskrnl/mm/aspace.c @@ -1,4 +1,4 @@ -/* $Id: aspace.c,v 1.17 2004/04/10 22:35:25 gdalsnes Exp $ +/* $Id: aspace.c,v 1.18 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,11 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #include /* GLOBALS ******************************************************************/ diff --git a/reactos/ntoskrnl/mm/balance.c b/reactos/ntoskrnl/mm/balance.c index 42527063b25..8330e9acec1 100644 --- a/reactos/ntoskrnl/mm/balance.c +++ b/reactos/ntoskrnl/mm/balance.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: balance.c,v 1.32 2004/08/01 21:57:35 navaraf Exp $ +/* $Id: balance.c,v 1.33 2004/08/15 16:39:06 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/mm/balance.c @@ -28,11 +28,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/cont.c b/reactos/ntoskrnl/mm/cont.c index 60efa9bcb7f..5c6e2c7a6de 100644 --- a/reactos/ntoskrnl/mm/cont.c +++ b/reactos/ntoskrnl/mm/cont.c @@ -1,4 +1,4 @@ -/* $Id: cont.c,v 1.33 2004/08/07 19:13:26 ion Exp $ +/* $Id: cont.c,v 1.34 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/drvlck.c b/reactos/ntoskrnl/mm/drvlck.c index 27ab0dd75c2..b5aa396797f 100644 --- a/reactos/ntoskrnl/mm/drvlck.c +++ b/reactos/ntoskrnl/mm/drvlck.c @@ -1,4 +1,4 @@ -/* $Id: drvlck.c,v 1.5 2004/04/10 22:35:25 gdalsnes Exp $ +/* $Id: drvlck.c,v 1.6 2004/08/15 16:39:06 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/mm/freelist.c b/reactos/ntoskrnl/mm/freelist.c index f355de53097..6289d89c60d 100644 --- a/reactos/ntoskrnl/mm/freelist.c +++ b/reactos/ntoskrnl/mm/freelist.c @@ -11,10 +11,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/i386/page.c b/reactos/ntoskrnl/mm/i386/page.c index f149eb4ee0d..36355794c64 100644 --- a/reactos/ntoskrnl/mm/i386/page.c +++ b/reactos/ntoskrnl/mm/i386/page.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: page.c,v 1.69 2004/08/14 09:17:05 hbirr Exp $ +/* $Id: page.c,v 1.70 2004/08/15 16:39:09 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/mm/i386/page.c @@ -28,12 +28,7 @@ /* INCLUDES ***************************************************************/ -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/i386/pfault.c b/reactos/ntoskrnl/mm/i386/pfault.c index 12b27f5cf38..ce6281d5fdf 100644 --- a/reactos/ntoskrnl/mm/i386/pfault.c +++ b/reactos/ntoskrnl/mm/i386/pfault.c @@ -10,12 +10,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/iospace.c b/reactos/ntoskrnl/mm/iospace.c index 21b17a8eb85..e76f6a23db6 100644 --- a/reactos/ntoskrnl/mm/iospace.c +++ b/reactos/ntoskrnl/mm/iospace.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: iospace.c,v 1.29 2004/08/01 07:24:58 hbirr Exp $ +/* $Id: iospace.c,v 1.30 2004/08/15 16:39:07 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/mm/iospace.c @@ -28,10 +28,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/kmap.c b/reactos/ntoskrnl/mm/kmap.c index 4b6d62dac7f..ff7ed7bd6b6 100644 --- a/reactos/ntoskrnl/mm/kmap.c +++ b/reactos/ntoskrnl/mm/kmap.c @@ -1,4 +1,4 @@ -/* $Id: kmap.c,v 1.34 2004/08/14 09:17:05 hbirr Exp $ +/* $Id: kmap.c,v 1.35 2004/08/15 16:39:07 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -9,12 +9,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/marea.c b/reactos/ntoskrnl/mm/marea.c index 9086460406d..2d794ffa80e 100644 --- a/reactos/ntoskrnl/mm/marea.c +++ b/reactos/ntoskrnl/mm/marea.c @@ -27,11 +27,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/mdl.c b/reactos/ntoskrnl/mm/mdl.c index 7eb63e04c98..c7c82688c6e 100644 --- a/reactos/ntoskrnl/mm/mdl.c +++ b/reactos/ntoskrnl/mm/mdl.c @@ -1,4 +1,4 @@ -/* $Id: mdl.c,v 1.67 2004/08/07 19:13:26 ion Exp $ +/* $Id: mdl.c,v 1.68 2004/08/15 16:39:07 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,12 +11,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/mm.c b/reactos/ntoskrnl/mm/mm.c index dc949dfcb62..bf81c5e946e 100644 --- a/reactos/ntoskrnl/mm/mm.c +++ b/reactos/ntoskrnl/mm/mm.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: mm.c,v 1.76 2004/08/01 07:24:58 hbirr Exp $ +/* $Id: mm.c,v 1.77 2004/08/15 16:39:07 chorns Exp $ * * COPYRIGHT: See COPYING in the top directory * PROJECT: ReactOS kernel @@ -29,14 +29,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/mminit.c b/reactos/ntoskrnl/mm/mminit.c index 92b8239fdd0..05a31bb07ba 100644 --- a/reactos/ntoskrnl/mm/mminit.c +++ b/reactos/ntoskrnl/mm/mminit.c @@ -1,4 +1,4 @@ -/* $Id: mminit.c,v 1.65 2004/08/14 09:17:05 hbirr Exp $ +/* $Id: mminit.c,v 1.66 2004/08/15 16:39:08 chorns Exp $ * * COPYRIGHT: See COPYING in the top directory * PROJECT: ReactOS kernel @@ -11,15 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/mpw.c b/reactos/ntoskrnl/mm/mpw.c index 5161a6c1b0d..04ee30d0188 100644 --- a/reactos/ntoskrnl/mm/mpw.c +++ b/reactos/ntoskrnl/mm/mpw.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: mpw.c,v 1.19 2004/08/01 07:24:58 hbirr Exp $ +/* $Id: mpw.c,v 1.20 2004/08/15 16:39:08 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/mm/mpw.c @@ -29,11 +29,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/ncache.c b/reactos/ntoskrnl/mm/ncache.c index ee5d09bcdbd..030403e4d8e 100644 --- a/reactos/ntoskrnl/mm/ncache.c +++ b/reactos/ntoskrnl/mm/ncache.c @@ -1,4 +1,4 @@ -/* $Id: ncache.c,v 1.29 2004/08/01 07:24:58 hbirr Exp $ +/* $Id: ncache.c,v 1.30 2004/08/15 16:39:08 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,10 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/npool.c b/reactos/ntoskrnl/mm/npool.c index 98bc27a10c3..f549c20322c 100644 --- a/reactos/ntoskrnl/mm/npool.c +++ b/reactos/ntoskrnl/mm/npool.c @@ -1,4 +1,4 @@ -/* $Id: npool.c,v 1.88 2004/08/10 20:00:49 hbirr Exp $ +/* $Id: npool.c,v 1.89 2004/08/15 16:39:08 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -16,11 +16,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/pagefile.c b/reactos/ntoskrnl/mm/pagefile.c index 4b9cfb2b8fc..b855bbabb46 100644 --- a/reactos/ntoskrnl/mm/pagefile.c +++ b/reactos/ntoskrnl/mm/pagefile.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: pagefile.c,v 1.49 2004/08/01 07:24:58 hbirr Exp $ +/* $Id: pagefile.c,v 1.50 2004/08/15 16:39:08 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/mm/pagefile.c @@ -28,14 +28,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/pageop.c b/reactos/ntoskrnl/mm/pageop.c index b57897d00e3..3eaa7b85173 100644 --- a/reactos/ntoskrnl/mm/pageop.c +++ b/reactos/ntoskrnl/mm/pageop.c @@ -1,4 +1,4 @@ -/* $Id: pageop.c,v 1.20 2004/04/10 22:35:25 gdalsnes Exp $ +/* $Id: pageop.c,v 1.21 2004/08/15 16:39:08 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -10,11 +10,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/pager.c b/reactos/ntoskrnl/mm/pager.c index 04c8dca557f..44f98421ecb 100644 --- a/reactos/ntoskrnl/mm/pager.c +++ b/reactos/ntoskrnl/mm/pager.c @@ -1,4 +1,4 @@ -/* $Id: pager.c,v 1.17 2004/04/10 22:35:25 gdalsnes Exp $ +/* $Id: pager.c,v 1.18 2004/08/15 16:39:08 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,11 +11,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/pagfault.c b/reactos/ntoskrnl/mm/pagfault.c index 9b2adeb18f7..2cdc06e4f85 100644 --- a/reactos/ntoskrnl/mm/pagfault.c +++ b/reactos/ntoskrnl/mm/pagfault.c @@ -1,6 +1,6 @@ -/* $Id: pagfault.c,v 1.6 2004/04/10 22:35:25 gdalsnes Exp $ */ -#include -#include +/* $Id: pagfault.c,v 1.7 2004/08/15 16:39:08 chorns Exp $ */ + +#include /* * @implemented diff --git a/reactos/ntoskrnl/mm/paging.c b/reactos/ntoskrnl/mm/paging.c index 194cd5655c0..9f4411121a2 100644 --- a/reactos/ntoskrnl/mm/paging.c +++ b/reactos/ntoskrnl/mm/paging.c @@ -10,8 +10,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #include diff --git a/reactos/ntoskrnl/mm/physical.c b/reactos/ntoskrnl/mm/physical.c index 1207b2277ca..99176a5f1b2 100644 --- a/reactos/ntoskrnl/mm/physical.c +++ b/reactos/ntoskrnl/mm/physical.c @@ -10,8 +10,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #include diff --git a/reactos/ntoskrnl/mm/pool.c b/reactos/ntoskrnl/mm/pool.c index f4b5871d4d1..46125bcee23 100644 --- a/reactos/ntoskrnl/mm/pool.c +++ b/reactos/ntoskrnl/mm/pool.c @@ -1,4 +1,4 @@ -/* $Id: pool.c,v 1.31 2004/08/08 20:33:17 ion Exp $ +/* $Id: pool.c,v 1.32 2004/08/15 16:39:08 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -9,11 +9,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include -#include +#include #include #define NDEBUG diff --git a/reactos/ntoskrnl/mm/ppool.c b/reactos/ntoskrnl/mm/ppool.c index f4989f57340..c15eb8fab11 100644 --- a/reactos/ntoskrnl/mm/ppool.c +++ b/reactos/ntoskrnl/mm/ppool.c @@ -1,4 +1,4 @@ -/* $Id: ppool.c,v 1.29 2004/08/08 20:33:17 ion Exp $ +/* $Id: ppool.c,v 1.30 2004/08/15 16:39:08 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,10 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/region.c b/reactos/ntoskrnl/mm/region.c index f27cb55c122..6a6c45209ee 100644 --- a/reactos/ntoskrnl/mm/region.c +++ b/reactos/ntoskrnl/mm/region.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: region.c,v 1.8 2004/06/13 14:05:53 navaraf Exp $ +/* $Id: region.c,v 1.9 2004/08/15 16:39:08 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/mm/region.c @@ -26,14 +26,7 @@ /* INCLUDE *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/rmap.c b/reactos/ntoskrnl/mm/rmap.c index 694ccbd2be2..9c08f107347 100644 --- a/reactos/ntoskrnl/mm/rmap.c +++ b/reactos/ntoskrnl/mm/rmap.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: rmap.c,v 1.29 2004/08/01 07:24:58 hbirr Exp $ +/* $Id: rmap.c,v 1.30 2004/08/15 16:39:08 chorns Exp $ * * COPYRIGHT: See COPYING in the top directory * PROJECT: ReactOS kernel @@ -29,10 +29,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/section.c b/reactos/ntoskrnl/mm/section.c index f16b1f315d4..ec10d0c609d 100644 --- a/reactos/ntoskrnl/mm/section.c +++ b/reactos/ntoskrnl/mm/section.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: section.c,v 1.157 2004/08/08 10:46:20 navaraf Exp $ +/* $Id: section.c,v 1.158 2004/08/15 16:39:08 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/mm/section.c @@ -28,20 +28,7 @@ /* INCLUDES *****************************************************************/ -#include -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/slab.c b/reactos/ntoskrnl/mm/slab.c index 95a15fee02e..0403f3a45ba 100644 --- a/reactos/ntoskrnl/mm/slab.c +++ b/reactos/ntoskrnl/mm/slab.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: slab.c,v 1.13 2004/08/01 07:24:58 hbirr Exp $ +/* $Id: slab.c,v 1.14 2004/08/15 16:39:08 chorns Exp $ * * COPYRIGHT: See COPYING in the top directory * PROJECT: ReactOS kernel @@ -29,9 +29,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/mm/verifier.c b/reactos/ntoskrnl/mm/verifier.c index e6cdfa6008f..7f39eabcc9e 100644 --- a/reactos/ntoskrnl/mm/verifier.c +++ b/reactos/ntoskrnl/mm/verifier.c @@ -10,8 +10,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #include diff --git a/reactos/ntoskrnl/mm/wset.c b/reactos/ntoskrnl/mm/wset.c index 08ded5ffe53..1b248e20190 100644 --- a/reactos/ntoskrnl/mm/wset.c +++ b/reactos/ntoskrnl/mm/wset.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: wset.c,v 1.20 2004/08/01 07:24:58 hbirr Exp $ +/* $Id: wset.c,v 1.21 2004/08/15 16:39:08 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/mm/wset.c @@ -28,11 +28,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/nt/channel.c b/reactos/ntoskrnl/nt/channel.c index cb67dc2601e..9ec317425fa 100644 --- a/reactos/ntoskrnl/nt/channel.c +++ b/reactos/ntoskrnl/nt/channel.c @@ -18,8 +18,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/nt/efi.c b/reactos/ntoskrnl/nt/efi.c index 7919047e29f..c84d91ce287 100644 --- a/reactos/ntoskrnl/nt/efi.c +++ b/reactos/ntoskrnl/nt/efi.c @@ -10,8 +10,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/nt/evtpair.c b/reactos/ntoskrnl/nt/evtpair.c index b06fbc79b5f..5a23b949b89 100644 --- a/reactos/ntoskrnl/nt/evtpair.c +++ b/reactos/ntoskrnl/nt/evtpair.c @@ -1,4 +1,4 @@ -/* $Id: evtpair.c,v 1.21 2004/03/07 19:59:37 hbirr Exp $ +/* $Id: evtpair.c,v 1.22 2004/08/15 16:39:09 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -15,13 +15,7 @@ /* INCLUDES *****************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/nt/misc.c b/reactos/ntoskrnl/nt/misc.c index 41d6af48891..022671075fd 100644 --- a/reactos/ntoskrnl/nt/misc.c +++ b/reactos/ntoskrnl/nt/misc.c @@ -10,8 +10,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/nt/mutant.c b/reactos/ntoskrnl/nt/mutant.c index 12c4e4e02bb..662755f7e47 100644 --- a/reactos/ntoskrnl/nt/mutant.c +++ b/reactos/ntoskrnl/nt/mutant.c @@ -28,12 +28,7 @@ /* INCLUDES *****************************************************************/ -#include -#define NTOS_MODE_KERNEL -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/nt/nt.c b/reactos/ntoskrnl/nt/nt.c index ad2e5e91f15..615c1e733c0 100644 --- a/reactos/ntoskrnl/nt/nt.c +++ b/reactos/ntoskrnl/nt/nt.c @@ -1,4 +1,4 @@ -/* $Id: nt.c,v 1.11 2003/10/12 17:05:48 hbirr Exp $ +/* $Id: nt.c,v 1.12 2004/08/15 16:39:09 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/nt/ntevent.c b/reactos/ntoskrnl/nt/ntevent.c index 2cb609881e8..f761220c1d4 100644 --- a/reactos/ntoskrnl/nt/ntevent.c +++ b/reactos/ntoskrnl/nt/ntevent.c @@ -27,15 +27,7 @@ /* INCLUDES *****************************************************************/ -#include -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/nt/ntsem.c b/reactos/ntoskrnl/nt/ntsem.c index b09f842abf2..28798d160ce 100644 --- a/reactos/ntoskrnl/nt/ntsem.c +++ b/reactos/ntoskrnl/nt/ntsem.c @@ -1,4 +1,4 @@ -/* $Id: ntsem.c,v 1.21 2003/10/12 17:05:48 hbirr Exp $ +/* $Id: ntsem.c,v 1.22 2004/08/15 16:39:09 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,14 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/nt/nttimer.c b/reactos/ntoskrnl/nt/nttimer.c index 28aff8b49b8..630aa0d6941 100644 --- a/reactos/ntoskrnl/nt/nttimer.c +++ b/reactos/ntoskrnl/nt/nttimer.c @@ -1,4 +1,4 @@ -/* $Id: nttimer.c,v 1.23 2003/12/30 18:52:05 fireball Exp $ +/* $Id: nttimer.c,v 1.24 2004/08/15 16:39:09 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,15 +11,7 @@ /* INCLUDES *****************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include -#include - +#include #include diff --git a/reactos/ntoskrnl/nt/plugplay.c b/reactos/ntoskrnl/nt/plugplay.c index 2636e1e6665..7beceace626 100644 --- a/reactos/ntoskrnl/nt/plugplay.c +++ b/reactos/ntoskrnl/nt/plugplay.c @@ -10,8 +10,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/nt/profile.c b/reactos/ntoskrnl/nt/profile.c index c2add743eb9..91fb756e226 100644 --- a/reactos/ntoskrnl/nt/profile.c +++ b/reactos/ntoskrnl/nt/profile.c @@ -27,15 +27,7 @@ /* INCLUDES *****************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include -#include - +#include #include /* TYPES ********************************************************************/ diff --git a/reactos/ntoskrnl/nt/vdm.c b/reactos/ntoskrnl/nt/vdm.c index 129ffba6770..09f21b798d6 100644 --- a/reactos/ntoskrnl/nt/vdm.c +++ b/reactos/ntoskrnl/nt/vdm.c @@ -10,11 +10,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #include /* GLOBALS *******************************************************************/ diff --git a/reactos/ntoskrnl/ob/dirobj.c b/reactos/ntoskrnl/ob/dirobj.c index 9f2b4f57053..18ab363d322 100644 --- a/reactos/ntoskrnl/ob/dirobj.c +++ b/reactos/ntoskrnl/ob/dirobj.c @@ -1,4 +1,4 @@ -/* $Id: dirobj.c,v 1.22 2003/12/14 14:29:44 navaraf Exp $ +/* $Id: dirobj.c,v 1.23 2004/08/15 16:39:09 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,11 +11,7 @@ /* INCLUDES ***************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ob/handle.c b/reactos/ntoskrnl/ob/handle.c index 3bc6c843b23..7f9b380e40d 100644 --- a/reactos/ntoskrnl/ob/handle.c +++ b/reactos/ntoskrnl/ob/handle.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: handle.c,v 1.57 2004/07/16 19:54:05 ekohl Exp $ +/* $Id: handle.c,v 1.58 2004/08/15 16:39:09 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -29,13 +29,7 @@ /* INCLUDES ****************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ob/namespc.c b/reactos/ntoskrnl/ob/namespc.c index 3b498dad05c..9552810c366 100644 --- a/reactos/ntoskrnl/ob/namespc.c +++ b/reactos/ntoskrnl/ob/namespc.c @@ -1,4 +1,4 @@ -/* $Id: namespc.c,v 1.46 2004/07/17 20:34:42 ekohl Exp $ +/* $Id: namespc.c,v 1.47 2004/08/15 16:39:10 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,15 +11,7 @@ /* INCLUDES ***************************************************************/ -#include -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ob/ntobj.c b/reactos/ntoskrnl/ob/ntobj.c index cd15dd056a8..f6d787708af 100644 --- a/reactos/ntoskrnl/ob/ntobj.c +++ b/reactos/ntoskrnl/ob/ntobj.c @@ -1,4 +1,4 @@ -/* $Id: ntobj.c,v 1.22 2004/07/19 12:48:59 ekohl Exp $ +/* $Id: ntobj.c,v 1.23 2004/08/15 16:39:10 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,10 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ob/object.c b/reactos/ntoskrnl/ob/object.c index 8eedd4b0656..10f8e25729e 100644 --- a/reactos/ntoskrnl/ob/object.c +++ b/reactos/ntoskrnl/ob/object.c @@ -1,4 +1,4 @@ -/* $Id: object.c,v 1.82 2004/07/26 13:19:34 ekohl Exp $ +/* $Id: object.c,v 1.83 2004/08/15 16:39:10 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -13,14 +13,7 @@ /* INCLUDES *****************************************************************/ -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ob/sdcache.c b/reactos/ntoskrnl/ob/sdcache.c index 6b95e5a8a53..bae83bb2fb3 100644 --- a/reactos/ntoskrnl/ob/sdcache.c +++ b/reactos/ntoskrnl/ob/sdcache.c @@ -1,4 +1,4 @@ -/* $Id: sdcache.c,v 1.2 2004/07/23 21:44:10 ekohl Exp $ +/* $Id: sdcache.c,v 1.3 2004/08/15 16:39:10 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ob/security.c b/reactos/ntoskrnl/ob/security.c index c17aea6dee0..a77f0a16dc0 100644 --- a/reactos/ntoskrnl/ob/security.c +++ b/reactos/ntoskrnl/ob/security.c @@ -10,9 +10,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #include /* FUNCTIONS ***************************************************************/ diff --git a/reactos/ntoskrnl/ob/symlink.c b/reactos/ntoskrnl/ob/symlink.c index 897e598bdef..4fa42328062 100644 --- a/reactos/ntoskrnl/ob/symlink.c +++ b/reactos/ntoskrnl/ob/symlink.c @@ -1,4 +1,4 @@ -/* $Id: symlink.c,v 1.8 2003/12/30 18:52:05 fireball Exp $ +/* $Id: symlink.c,v 1.9 2004/08/15 16:39:10 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,12 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#define NTOS_MODE_KERNEL -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/po/power.c b/reactos/ntoskrnl/po/power.c index c6cbbfaaf91..4a9450f39d3 100644 --- a/reactos/ntoskrnl/po/power.c +++ b/reactos/ntoskrnl/po/power.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: power.c,v 1.10 2004/08/07 19:13:26 ion Exp $ +/* $Id: power.c,v 1.11 2004/08/15 16:39:10 chorns Exp $ * PROJECT: ReactOS kernel * FILE: ntoskrnl/po/power.c * PURPOSE: Power Manager @@ -25,11 +25,8 @@ * 20/08/1999 EA Created * 16/04/2001 CSH Stubs added */ -#include -#include -#include -#include +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ps/create.c b/reactos/ntoskrnl/ps/create.c index bba462e7d70..ae767db7ed4 100644 --- a/reactos/ntoskrnl/ps/create.c +++ b/reactos/ntoskrnl/ps/create.c @@ -1,4 +1,4 @@ -/* $Id: create.c,v 1.78 2004/08/12 06:04:21 ion Exp $ +/* $Id: create.c,v 1.79 2004/08/15 16:39:10 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -21,18 +21,7 @@ /* INCLUDES ****************************************************************/ -#include - -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ps/debug.c b/reactos/ntoskrnl/ps/debug.c index 146209c3e65..54c46247933 100644 --- a/reactos/ntoskrnl/ps/debug.c +++ b/reactos/ntoskrnl/ps/debug.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: debug.c,v 1.12 2004/07/02 01:36:25 royce Exp $ +/* $Id: debug.c,v 1.13 2004/08/15 16:39:10 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ps/debug.c @@ -38,14 +38,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ps/i386/continue.c b/reactos/ntoskrnl/ps/i386/continue.c index 6dd5cbb3750..b08f3d10494 100644 --- a/reactos/ntoskrnl/ps/i386/continue.c +++ b/reactos/ntoskrnl/ps/i386/continue.c @@ -1,4 +1,4 @@ -/* $Id: continue.c,v 1.4 2004/08/04 00:17:14 navaraf Exp $ +/* $Id: continue.c,v 1.5 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,16 +11,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ps/idle.c b/reactos/ntoskrnl/ps/idle.c index 0390fe02df8..84f81e237cf 100644 --- a/reactos/ntoskrnl/ps/idle.c +++ b/reactos/ntoskrnl/ps/idle.c @@ -10,10 +10,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ps/job.c b/reactos/ntoskrnl/ps/job.c index 92054766716..322dd2c7a1c 100644 --- a/reactos/ntoskrnl/ps/job.c +++ b/reactos/ntoskrnl/ps/job.c @@ -11,8 +11,7 @@ /* Note: Jobs are only supported on Win2K+ */ /* INCLUDES *****************************************************************/ -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/ps/kill.c b/reactos/ntoskrnl/ps/kill.c index 081b22a3ccd..c132fdabe76 100644 --- a/reactos/ntoskrnl/ps/kill.c +++ b/reactos/ntoskrnl/ps/kill.c @@ -1,4 +1,4 @@ -/* $Id: kill.c,v 1.72 2004/05/25 22:03:48 navaraf Exp $ +/* $Id: kill.c,v 1.73 2004/08/15 16:39:10 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,15 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ps/locale.c b/reactos/ntoskrnl/ps/locale.c index 7e9234f216f..1561b8d54dd 100644 --- a/reactos/ntoskrnl/ps/locale.c +++ b/reactos/ntoskrnl/ps/locale.c @@ -1,4 +1,4 @@ -/* $Id: locale.c,v 1.9 2004/07/17 03:06:02 ion Exp $ +/* $Id: locale.c,v 1.10 2004/08/15 16:39:10 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,11 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include - -/* #define NDEBUG */ +#include #include diff --git a/reactos/ntoskrnl/ps/process.c b/reactos/ntoskrnl/ps/process.c index c306096d435..54cb0fb9c7f 100644 --- a/reactos/ntoskrnl/ps/process.c +++ b/reactos/ntoskrnl/ps/process.c @@ -1,4 +1,4 @@ -/* $Id: process.c,v 1.138 2004/08/08 20:33:17 ion Exp $ +/* $Id: process.c,v 1.139 2004/08/15 16:39:10 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,27 +11,7 @@ /* INCLUDES ******************************************************************/ -#include -#define NTOS_MODE_KERNEL -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ps/psmgr.c b/reactos/ntoskrnl/ps/psmgr.c index c0c266b815e..2aefaa15d0a 100644 --- a/reactos/ntoskrnl/ps/psmgr.c +++ b/reactos/ntoskrnl/ps/psmgr.c @@ -1,4 +1,4 @@ -/* $Id: psmgr.c,v 1.20 2004/08/10 07:25:49 ea Exp $ +/* $Id: psmgr.c,v 1.21 2004/08/15 16:39:10 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -9,11 +9,7 @@ /* INCLUDES **************************************************************/ -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ps/suspend.c b/reactos/ntoskrnl/ps/suspend.c index 32cd0cd6c02..c0da826a6a5 100644 --- a/reactos/ntoskrnl/ps/suspend.c +++ b/reactos/ntoskrnl/ps/suspend.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: suspend.c,v 1.14 2004/01/22 13:18:10 ekohl Exp $ +/* $Id: suspend.c,v 1.15 2004/08/15 16:39:10 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/ps/suspend.c @@ -26,12 +26,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ps/thread.c b/reactos/ntoskrnl/ps/thread.c index 691b4eb6490..5595359ff20 100644 --- a/reactos/ntoskrnl/ps/thread.c +++ b/reactos/ntoskrnl/ps/thread.c @@ -1,4 +1,4 @@ -/* $Id: thread.c,v 1.131 2004/08/09 22:15:01 gvg Exp $ +/* $Id: thread.c,v 1.132 2004/08/15 16:39:10 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -20,16 +20,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ps/tinfo.c b/reactos/ntoskrnl/ps/tinfo.c index 24bb575c4a4..bffbf6a8c7e 100644 --- a/reactos/ntoskrnl/ps/tinfo.c +++ b/reactos/ntoskrnl/ps/tinfo.c @@ -1,4 +1,4 @@ -/* $Id: tinfo.c,v 1.27 2004/08/07 19:13:26 ion Exp $ +/* $Id: tinfo.c,v 1.28 2004/08/15 16:39:10 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -13,11 +13,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include -#include - +#include #include /* FUNCTIONS *****************************************************************/ diff --git a/reactos/ntoskrnl/ps/w32call.c b/reactos/ntoskrnl/ps/w32call.c index 88d363b93e7..29f47253063 100644 --- a/reactos/ntoskrnl/ps/w32call.c +++ b/reactos/ntoskrnl/ps/w32call.c @@ -1,4 +1,4 @@ -/* $Id: w32call.c,v 1.13 2004/08/01 07:24:59 hbirr Exp $ +/* $Id: w32call.c,v 1.14 2004/08/15 16:39:10 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -20,15 +20,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include -#include -#include -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/ps/win32.c b/reactos/ntoskrnl/ps/win32.c index 12a7421934d..c6c662ad63d 100644 --- a/reactos/ntoskrnl/ps/win32.c +++ b/reactos/ntoskrnl/ps/win32.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: win32.c,v 1.7 2003/07/11 01:23:15 royce Exp $ +/* $Id: win32.c,v 1.8 2004/08/15 16:39:10 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -29,9 +29,7 @@ /* INCLUDES ****************************************************************/ -#include -#include -#include +#include /* TYPES *******************************************************************/ diff --git a/reactos/ntoskrnl/rtl/atom.c b/reactos/ntoskrnl/rtl/atom.c index 58d06aea7d3..dfaa89063bf 100644 --- a/reactos/ntoskrnl/rtl/atom.c +++ b/reactos/ntoskrnl/rtl/atom.c @@ -1,4 +1,4 @@ -/* $Id: atom.c,v 1.10 2004/06/13 10:35:53 navaraf Exp $ +/* $Id: atom.c,v 1.11 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,10 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/rtl/capture.c b/reactos/ntoskrnl/rtl/capture.c index c026898ff4c..7e79c3703a9 100644 --- a/reactos/ntoskrnl/rtl/capture.c +++ b/reactos/ntoskrnl/rtl/capture.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: capture.c,v 1.5 2004/08/05 18:17:37 ion Exp $ +/* $Id: capture.c,v 1.6 2004/08/15 16:39:11 chorns Exp $ * * PROJECT: ReactOS kernel * FILE: ntoskrnl/rtl/capture.c @@ -28,9 +28,7 @@ /* INCLUDES ******************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/rtl/handle.c b/reactos/ntoskrnl/rtl/handle.c index e754cb47bde..03789964171 100644 --- a/reactos/ntoskrnl/rtl/handle.c +++ b/reactos/ntoskrnl/rtl/handle.c @@ -1,4 +1,4 @@ -/* $Id: handle.c,v 1.5 2003/12/30 18:52:06 fireball Exp $ +/* $Id: handle.c,v 1.6 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -9,10 +9,7 @@ /* INCLUDES ******************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/rtl/libsupp.c b/reactos/ntoskrnl/rtl/libsupp.c index 6810be48bdb..90af7a673af 100644 --- a/reactos/ntoskrnl/rtl/libsupp.c +++ b/reactos/ntoskrnl/rtl/libsupp.c @@ -10,8 +10,7 @@ /* INCLUDES ******************************************************************/ -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/rtl/message.c b/reactos/ntoskrnl/rtl/message.c index 63915e37627..62e927303a0 100644 --- a/reactos/ntoskrnl/rtl/message.c +++ b/reactos/ntoskrnl/rtl/message.c @@ -1,4 +1,4 @@ -/* $Id: message.c,v 1.7 2004/08/10 01:49:37 navaraf Exp $ +/* $Id: message.c,v 1.8 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,8 +11,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/rtl/nls.c b/reactos/ntoskrnl/rtl/nls.c index 696f3b18121..072e95d1219 100644 --- a/reactos/ntoskrnl/rtl/nls.c +++ b/reactos/ntoskrnl/rtl/nls.c @@ -1,4 +1,4 @@ -/* $Id: nls.c,v 1.24 2004/08/05 19:59:13 navaraf Exp $ +/* $Id: nls.c,v 1.25 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -8,11 +8,7 @@ * 20/08/99 Created by Eric Kohl */ -#include - -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/rtl/purecall.c b/reactos/ntoskrnl/rtl/purecall.c index a3d43b5054e..4a6208f5b94 100644 --- a/reactos/ntoskrnl/rtl/purecall.c +++ b/reactos/ntoskrnl/rtl/purecall.c @@ -1,4 +1,4 @@ -/* $Id: purecall.c,v 1.1 2002/07/18 18:14:41 ekohl Exp $ +/* $Id: purecall.c,v 1.2 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,7 +11,7 @@ /* INCLUDES *****************************************************************/ -#include +#include /* FUNCTIONS ****************************************************************/ diff --git a/reactos/ntoskrnl/rtl/rangelist.c b/reactos/ntoskrnl/rtl/rangelist.c index f93978e1cc3..64949e46b38 100644 --- a/reactos/ntoskrnl/rtl/rangelist.c +++ b/reactos/ntoskrnl/rtl/rangelist.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: rangelist.c,v 1.1 2004/05/24 12:05:54 ekohl Exp $ +/* $Id: rangelist.c,v 1.2 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries @@ -26,8 +26,7 @@ /* INCLUDES ****************************************************************/ -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/rtl/regio.c b/reactos/ntoskrnl/rtl/regio.c index 78d4ff3b5fc..034262c8f9e 100644 --- a/reactos/ntoskrnl/rtl/regio.c +++ b/reactos/ntoskrnl/rtl/regio.c @@ -1,4 +1,4 @@ -/* $Id: regio.c,v 1.7 2004/06/10 07:50:30 hbirr Exp $ +/* $Id: regio.c,v 1.8 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -9,7 +9,7 @@ * 29/12/1999 Created */ -#include +#include /* FUNCTIONS ***************************************************************/ diff --git a/reactos/ntoskrnl/rtl/sprintf.c b/reactos/ntoskrnl/rtl/sprintf.c index 16e46cce98b..aac17263c0a 100644 --- a/reactos/ntoskrnl/rtl/sprintf.c +++ b/reactos/ntoskrnl/rtl/sprintf.c @@ -1,4 +1,4 @@ -/* $Id: sprintf.c,v 1.17 2004/06/15 08:53:53 hbirr Exp $ +/* $Id: sprintf.c,v 1.18 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -20,13 +20,8 @@ * Wirzenius wrote this portably, Torvalds fucked it up :-) */ -#include -#include -#include +#include #include -#include -#include - #include diff --git a/reactos/ntoskrnl/rtl/stdlib.c b/reactos/ntoskrnl/rtl/stdlib.c index 7ca4cccd105..06daf3179ce 100644 --- a/reactos/ntoskrnl/rtl/stdlib.c +++ b/reactos/ntoskrnl/rtl/stdlib.c @@ -1,4 +1,4 @@ -/* $Id: stdlib.c,v 1.11 2004/02/02 00:36:36 ekohl Exp $ +/* $Id: stdlib.c,v 1.12 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,11 +11,8 @@ /* INCLUDES *****************************************************************/ -#include +#include #include -#include -#include -#include /* GLOBALS ****************************************************************/ diff --git a/reactos/ntoskrnl/rtl/strtok.c b/reactos/ntoskrnl/rtl/strtok.c index 535c1c70456..7f9f8256f2f 100644 --- a/reactos/ntoskrnl/rtl/strtok.c +++ b/reactos/ntoskrnl/rtl/strtok.c @@ -10,8 +10,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #include diff --git a/reactos/ntoskrnl/rtl/swprintf.c b/reactos/ntoskrnl/rtl/swprintf.c index d60748d2fee..23fe3f3f96c 100644 --- a/reactos/ntoskrnl/rtl/swprintf.c +++ b/reactos/ntoskrnl/rtl/swprintf.c @@ -1,4 +1,4 @@ -/* $Id: swprintf.c,v 1.15 2004/06/15 08:53:53 hbirr Exp $ +/* $Id: swprintf.c,v 1.16 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -22,13 +22,8 @@ * Wirzenius wrote this portably, Torvalds fucked it up :-) */ -#include -#include -#include +#include #include -#include -#include - #define NDEBUG #include diff --git a/reactos/ntoskrnl/rtl/wstring.c b/reactos/ntoskrnl/rtl/wstring.c index 4bda720ff59..259abb2d64b 100644 --- a/reactos/ntoskrnl/rtl/wstring.c +++ b/reactos/ntoskrnl/rtl/wstring.c @@ -1,4 +1,4 @@ -/* $Id: wstring.c,v 1.20 2003/07/11 01:23:16 royce Exp $ +/* $Id: wstring.c,v 1.21 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -13,8 +13,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/se/access.c b/reactos/ntoskrnl/se/access.c index 06781928300..6e4dbcaeb74 100644 --- a/reactos/ntoskrnl/se/access.c +++ b/reactos/ntoskrnl/se/access.c @@ -1,4 +1,4 @@ -/* $Id: access.c,v 1.6 2004/08/07 19:13:27 ion Exp $ +/* $Id: access.c,v 1.7 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,8 +11,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/se/acl.c b/reactos/ntoskrnl/se/acl.c index f60fb8c5146..27be33e0112 100644 --- a/reactos/ntoskrnl/se/acl.c +++ b/reactos/ntoskrnl/se/acl.c @@ -1,4 +1,4 @@ -/* $Id: acl.c,v 1.19 2004/08/05 18:17:37 ion Exp $ +/* $Id: acl.c,v 1.20 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #include #define TAG_ACL TAG('A', 'C', 'L', 'T') diff --git a/reactos/ntoskrnl/se/audit.c b/reactos/ntoskrnl/se/audit.c index 6c1cb170476..c33c30200f2 100644 --- a/reactos/ntoskrnl/se/audit.c +++ b/reactos/ntoskrnl/se/audit.c @@ -1,4 +1,4 @@ -/* $Id: audit.c,v 1.5 2004/08/03 19:20:39 ion Exp $ +/* $Id: audit.c,v 1.6 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,8 +11,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #include diff --git a/reactos/ntoskrnl/se/lsa.c b/reactos/ntoskrnl/se/lsa.c index e9ee8405cbd..d0b804d3841 100644 --- a/reactos/ntoskrnl/se/lsa.c +++ b/reactos/ntoskrnl/se/lsa.c @@ -1,7 +1,7 @@ -/* $Id: lsa.c,v 1.5 2004/08/07 19:13:27 ion Exp $ +/* $Id: lsa.c,v 1.6 2004/08/15 16:39:11 chorns Exp $ */ -#include +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/se/luid.c b/reactos/ntoskrnl/se/luid.c index 26f944bf098..8a4344672da 100644 --- a/reactos/ntoskrnl/se/luid.c +++ b/reactos/ntoskrnl/se/luid.c @@ -1,4 +1,4 @@ -/* $Id: luid.c,v 1.9 2003/10/12 17:05:50 hbirr Exp $ +/* $Id: luid.c,v 1.10 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,8 +11,7 @@ /* INCLUDES *****************************************************************/ -#include - +#include #include /* GLOBALS *******************************************************************/ diff --git a/reactos/ntoskrnl/se/priv.c b/reactos/ntoskrnl/se/priv.c index f142e870e83..a3fabb9896f 100644 --- a/reactos/ntoskrnl/se/priv.c +++ b/reactos/ntoskrnl/se/priv.c @@ -1,4 +1,4 @@ -/* $Id: priv.c,v 1.10 2003/10/12 17:05:50 hbirr Exp $ +/* $Id: priv.c,v 1.11 2004/08/15 16:39:11 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/ntoskrnl/se/sd.c b/reactos/ntoskrnl/se/sd.c index eea40bee4d6..5c54aa60634 100644 --- a/reactos/ntoskrnl/se/sd.c +++ b/reactos/ntoskrnl/se/sd.c @@ -1,4 +1,4 @@ -/* $Id: sd.c,v 1.19 2004/08/04 02:36:53 ion Exp $ +/* $Id: sd.c,v 1.20 2004/08/15 16:39:12 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,9 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include - +#include #include /* GLOBALS ******************************************************************/ diff --git a/reactos/ntoskrnl/se/semgr.c b/reactos/ntoskrnl/se/semgr.c index 1978eeabe18..52633d70c98 100644 --- a/reactos/ntoskrnl/se/semgr.c +++ b/reactos/ntoskrnl/se/semgr.c @@ -1,4 +1,4 @@ -/* $Id: semgr.c,v 1.39 2004/08/03 19:20:39 ion Exp $ +/* $Id: semgr.c,v 1.40 2004/08/15 16:39:12 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -11,10 +11,7 @@ /* INCLUDES *****************************************************************/ -#include -#include -#include - +#include #define NDEBUG #include diff --git a/reactos/tools/helper.mk b/reactos/tools/helper.mk index 2238dd359bd..fe6096af0d0 100644 --- a/reactos/tools/helper.mk +++ b/reactos/tools/helper.mk @@ -1,4 +1,4 @@ -# $Id: helper.mk,v 1.75 2004/08/04 18:22:41 navaraf Exp $ +# $Id: helper.mk,v 1.76 2004/08/15 16:38:59 chorns Exp $ # # Helper makefile for ReactOS modules # Variables this makefile accepts: @@ -881,12 +881,12 @@ implib: $(SUBDIRS:%=%_implib) endif # Precompiled header support -# When using PCHs, use dependency tracking to keep the .pch files up-to-date. +# When using PCHs, use dependency tracking to keep the .gch files up-to-date. MK_PCHNAME = ifeq ($(ROS_USE_PCH),yes) ifneq ($(TARGET_PCH),) -MK_PCHNAME = $(TARGET_PCH).pch +MK_PCHNAME = $(TARGET_PCH).gch ifeq ($(TARGET_CPPAPP),yes) PCH_CC := $(CXX) @@ -907,7 +907,7 @@ depend.d: $(MK_PCHFAKE) - $(RTOUCH) depend.d - $(PCH_CC) $(TARGET_CFLAGS) $(TARGET_PCH) -M -MF depend.d -include depend.d +-include depend.d endif # TARGET_PCH endif # ROS_USE_PCH