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