More include optimizations.

This commit is contained in:
Marcus Meissner 1999-02-28 19:59:00 +00:00 committed by Alexandre Julliard
parent de43ef45ec
commit b0d52b0071
15 changed files with 17 additions and 7 deletions

View File

@ -5,6 +5,7 @@
* Copyright 1995 Alexandre Julliard
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>

View File

@ -6,6 +6,7 @@
* Copyright 1995 Morten Welinder
*/
#include "config.h"
#include "ts_xlib.h"
#include "x11drv.h"

View File

@ -4,14 +4,14 @@
* Copyright (C) 1997, Eric Youngdale.
*/
#include <signal.h>
#include <ldt.h>
#include <X11/Xlib.h>
#include "config.h"
#include "ldt.h"
#include "windows.h"
#include "toolhelp.h"
#include "module.h"
#include "debugger.h"
#include "class.h"
#include <X11/Xlib.h>
#include "debugger.h"
#include "peexe.h"

View File

@ -33,7 +33,7 @@
#include <sys/types.h>
#include <sys/stat.h>
typedef unsigned char CHAR;
#include "wintypes.h"
/*
** Manifest constants.

View File

@ -5,6 +5,7 @@
*
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View File

@ -5,12 +5,13 @@
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include <sys/types.h>
#include <neexe.h>
#include "neexe.h"
#include "module.h"
#include "process.h"
#include "selectors.h"

View File

@ -5,6 +5,7 @@
* Copyright 1995 Alexandre Julliard
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include "debugger.h"

View File

@ -5,6 +5,7 @@
* Copyright 1995 Alexandre Julliard
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include "wine/winbase16.h"

View File

@ -14,6 +14,7 @@
* Add symbol size to internal symbol table.
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>

View File

@ -4,6 +4,7 @@
* Copyright 1995 Alexandre Julliard
*/
#include "config.h"
#include <stdio.h>
#include <string.h>
#include "selectors.h"

View File

@ -5,6 +5,7 @@
*
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>

View File

@ -5,6 +5,7 @@
* Copyright 1996 Eric Youngdale
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include "xmalloc.h"

View File

@ -7,6 +7,7 @@
* upon which full support for datatype handling will eventually be hung.
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>

View File

@ -135,7 +135,7 @@ typedef long long __int64;
/* Pointers types. These are the same for emulator and library. */
/* winnt types */
typedef void *PVOID;
typedef VOID *PVOID;
typedef const void *PCVOID;
typedef CHAR *PCHAR;
typedef UCHAR *PUCHAR;

View File

@ -55,7 +55,6 @@
#include "winsock.h"
#include "winnt.h"
#include "heap.h"
#include "ldt.h"
#include "task.h"
#include "message.h"
#include "miscemu.h"