commit | 3efacb0acfcb54c2ed485d8a687fd7d3b2011530 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Tue Jan 07 23:09:22 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jan 07 23:09:22 2003 +0000 |
tree | c1014acc88a40ad955d2024940e2eded01aa78da | |
parent | 1213c17489aa3bb8222c7b0b35a3af8989dc3741 [diff] [blame] |
Remove extra #include directives from winspool.h.
diff --git a/dlls/wineps/type42.c b/dlls/wineps/type42.c index b187cce..f195a17 100644 --- a/dlls/wineps/type42.c +++ b/dlls/wineps/type42.c
@@ -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"