Commit 3efacb0a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Remove extra #include directives from winspool.h.

parent 1213c174
...@@ -20,11 +20,15 @@ ...@@ -20,11 +20,15 @@
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <assert.h> #include <assert.h>
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winspool.h" #include "winspool.h"
#include "gdi.h" #include "gdi.h"
#include "psdrv.h" #include "psdrv.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "winerror.h"
WINE_DEFAULT_DEBUG_CHANNEL(psdrv); WINE_DEFAULT_DEBUG_CHANNEL(psdrv);
......
...@@ -21,11 +21,15 @@ ...@@ -21,11 +21,15 @@
#include <stdlib.h> #include <stdlib.h>
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winspool.h" #include "winspool.h"
#include "gdi.h" #include "gdi.h"
#include "psdrv.h" #include "psdrv.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "winerror.h"
WINE_DEFAULT_DEBUG_CHANNEL(psdrv); WINE_DEFAULT_DEBUG_CHANNEL(psdrv);
......
...@@ -20,7 +20,11 @@ ...@@ -20,7 +20,11 @@
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
#include <stdlib.h> #include <stdlib.h>
#include "winbase.h"
#include "wingdi.h"
#include "winspool.h" #include "winspool.h"
#include "gdi.h" #include "gdi.h"
#include "psdrv.h" #include "psdrv.h"
#include "wine/debug.h" #include "wine/debug.h"
......
...@@ -21,10 +21,14 @@ ...@@ -21,10 +21,14 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <assert.h> #include <assert.h>
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winspool.h" #include "winspool.h"
#include "psdrv.h" #include "psdrv.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "winerror.h"
#include "config.h" #include "config.h"
#include "wine/port.h" #include "wine/port.h"
......
...@@ -21,10 +21,14 @@ ...@@ -21,10 +21,14 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <assert.h> #include <assert.h>
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winspool.h" #include "winspool.h"
#include "psdrv.h" #include "psdrv.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "winerror.h"
#include "config.h" #include "config.h"
#include "wine/port.h" #include "wine/port.h"
......
...@@ -40,10 +40,11 @@ ...@@ -40,10 +40,11 @@
#define NONAMELESSUNION #define NONAMELESSUNION
#define NONAMELESSSTRUCT #define NONAMELESSSTRUCT
#include "wine/library.h" #include "wine/library.h"
#include "winspool.h"
#include "winbase.h" #include "winbase.h"
#include "winerror.h" #include "winerror.h"
#include "winreg.h" #include "winreg.h"
#include "wingdi.h"
#include "winspool.h"
#include "winternl.h" #include "winternl.h"
#include "wine/windef16.h" #include "wine/windef16.h"
#include "wine/unicode.h" #include "wine/unicode.h"
......
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
#include "config.h" #include "config.h"
#include "winbase.h"
#include "wingdi.h"
#include "winspool.h" #include "winspool.h"
#include "wine/debug.h" #include "wine/debug.h"
......
...@@ -22,10 +22,6 @@ ...@@ -22,10 +22,6 @@
#ifndef __WINE_WINSPOOL_H #ifndef __WINE_WINSPOOL_H
#define __WINE_WINSPOOL_H #define __WINE_WINSPOOL_H
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
...@@ -1135,10 +1131,3 @@ DWORD WINAPI EnumPrinterDataExW(HANDLE hPrinter, LPCWSTR pKeyName, ...@@ -1135,10 +1131,3 @@ DWORD WINAPI EnumPrinterDataExW(HANDLE hPrinter, LPCWSTR pKeyName,
#endif #endif
#endif /* __WINE_WINSPOOL_H */ #endif /* __WINE_WINSPOOL_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