remove unnecessary include

svn path=/trunk/; revision=6684
This commit is contained in:
Royce Mitchell III 2003-11-18 05:17:22 +00:00
parent ca5684f167
commit 6c1d0b1576
6 changed files with 7 additions and 11 deletions

View file

@ -1,4 +1,4 @@
/* $Id: iocompl.c,v 1.11 2003/09/21 14:02:29 mf Exp $ /* $Id: iocompl.c,v 1.12 2003/11/18 05:16:31 royce Exp $
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries * PROJECT: ReactOS system libraries
@ -12,8 +12,6 @@
#include <k32.h> #include <k32.h>
#include <kernel32/error.h>
/* /*
* @implemented * @implemented
*/ */

View file

@ -1,4 +1,4 @@
/* $Id: move.c,v 1.10 2003/07/10 18:50:51 chorns Exp $ /* $Id: move.c,v 1.11 2003/11/18 05:16:31 royce Exp $
* *
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries * PROJECT: ReactOS system libraries
@ -15,7 +15,6 @@
#define NDEBUG #define NDEBUG
#include <kernel32/kernel32.h> #include <kernel32/kernel32.h>
#include <kernel32/error.h>
#define FILE_RENAME_SIZE MAX_PATH +sizeof(FILE_RENAME_INFORMATION) #define FILE_RENAME_SIZE MAX_PATH +sizeof(FILE_RENAME_INFORMATION)

View file

@ -12,7 +12,6 @@
#include <windows.h> #include <windows.h>
#include <kernel32/proc.h> #include <kernel32/proc.h>
#include <kernel32/thread.h> #include <kernel32/thread.h>
#include <kernel32/error.h>
#include <ntdll/base.h> #include <ntdll/base.h>
#include <ntdll/rtl.h> #include <ntdll/rtl.h>
#include <ntdll/dbg.h> #include <ntdll/dbg.h>

View file

@ -1,4 +1,4 @@
/* $Id: errormsg.c,v 1.13 2003/11/16 12:56:44 mf Exp $ /* $Id: errormsg.c,v 1.14 2003/11/18 05:17:22 royce Exp $
* *
* reactos/lib/kernel32/misc/errormsg.c * reactos/lib/kernel32/misc/errormsg.c
* *
@ -27,7 +27,7 @@
// #define NDEBUG // #define NDEBUG
#include <kernel32/kernel32.h> #include <kernel32/kernel32.h>
#include <kernel32/error.h> /*#include <kernel32/error.h>*/
#define USE_WINE_PORT #define USE_WINE_PORT

View file

@ -1,7 +1,7 @@
#include <string.h> #include <string.h>
#include <windows.h> #include <windows.h>
#include <ddk/ntddk.h> #include <ddk/ntddk.h>
#include <kernel32/error.h> /*#include <kernel32/error.h>*/
/* FIXME: Currently IsBadWritePtr is implemented using VirtualQuery which /* FIXME: Currently IsBadWritePtr is implemented using VirtualQuery which
does not seem to work properly for stack address space. */ does not seem to work properly for stack address space. */

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
/* $Id: timer.c,v 1.9 2003/10/04 22:36:36 weiden Exp $ /* $Id: timer.c,v 1.10 2003/11/18 05:17:22 royce Exp $
* *
* PROJECT: ReactOS user32.dll * PROJECT: ReactOS user32.dll
* FILE: lib/user32/misc/dde.c * FILE: lib/user32/misc/dde.c
@ -29,7 +29,7 @@
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/
#include <windows.h> #include <windows.h>
#include <kernel32/error.h> /*#include <kernel32/error.h>*/
#include <user32.h> #include <user32.h>
#include <debug.h> #include <debug.h>