Commit b0d52b00 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

More include optimizations.

parent de43ef45
......@@ -5,6 +5,7 @@
* Copyright 1995 Alexandre Julliard
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
......
......@@ -6,6 +6,7 @@
* Copyright 1995 Morten Welinder
*/
#include "config.h"
#include "ts_xlib.h"
#include "x11drv.h"
......
......@@ -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"
......
......@@ -33,7 +33,7 @@
#include <sys/types.h>
#include <sys/stat.h>
typedef unsigned char CHAR;
#include "wintypes.h"
/*
** Manifest constants.
......
......@@ -5,6 +5,7 @@
*
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
......
......@@ -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"
......
......@@ -5,6 +5,7 @@
* Copyright 1995 Alexandre Julliard
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include "debugger.h"
......
......@@ -5,6 +5,7 @@
* Copyright 1995 Alexandre Julliard
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include "wine/winbase16.h"
......
......@@ -14,6 +14,7 @@
* Add symbol size to internal symbol table.
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
......
......@@ -4,6 +4,7 @@
* Copyright 1995 Alexandre Julliard
*/
#include "config.h"
#include <stdio.h>
#include <string.h>
#include "selectors.h"
......
......@@ -5,6 +5,7 @@
*
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
......
......@@ -5,6 +5,7 @@
* Copyright 1996 Eric Youngdale
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include "xmalloc.h"
......
......@@ -7,6 +7,7 @@
* upon which full support for datatype handling will eventually be hung.
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
......
......@@ -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;
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment