commit | 386cf6e342e6de36e23e8883cb45765dfddfb2d4 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@codeweavers.com> | Sun Oct 14 16:25:47 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Oct 14 16:25:47 2001 +0000 |
tree | 3bce95b110d119d81fae3b0f5e3ce6fb8e7199bb | |
parent | e5ddd26dd741a56261757c0c03d865d894623b3d [diff] [blame] |
When including 'wine/port.h', include it first. Remove redundant 'config.h' includes.
diff --git a/win32/device.c b/win32/device.c index 0ecaeb3..d95d279 100644 --- a/win32/device.c +++ b/win32/device.c
@@ -7,7 +7,7 @@ * */ -#include "config.h" +#include "wine/port.h" #include <stdlib.h> #include <unistd.h> @@ -15,7 +15,7 @@ #include <string.h> #include <stdarg.h> #include <time.h> -#include "wine/port.h" + #include "windef.h" #include "winbase.h" #include "winreg.h"