diff --git a/dlls/ddraw/main.c b/dlls/ddraw/main.c index 0ac7c358180..50b3eff0fb4 100644 --- a/dlls/ddraw/main.c +++ b/dlls/ddraw/main.c @@ -25,6 +25,7 @@ #define GLPRIVATE_NO_REDEFINE #include "config.h" +#include "wine/port.h" #include #include @@ -44,7 +45,6 @@ #include "ddraw_private.h" #include "wine/debug.h" #include "wine/library.h" -#include "wine/port.h" #include "gl_private.h" diff --git a/dlls/shell32/shelllink.c b/dlls/shell32/shelllink.c index f73dc515d74..47947294e9f 100644 --- a/dlls/shell32/shelllink.c +++ b/dlls/shell32/shelllink.c @@ -24,6 +24,7 @@ */ #include "config.h" +#include "wine/port.h" #include #include @@ -38,7 +39,6 @@ # include #endif #include "wine/debug.h" -#include "wine/port.h" #include "winerror.h" #include "windef.h" #include "winbase.h" diff --git a/dlls/user/comm16.c b/dlls/user/comm16.c index 66f9dd5ae75..e8b9a9d72b3 100644 --- a/dlls/user/comm16.c +++ b/dlls/user/comm16.c @@ -51,6 +51,7 @@ */ #include "config.h" +#include "wine/port.h" #include #include @@ -66,7 +67,6 @@ #include "winreg.h" #include "winuser.h" #include "wine/winuser16.h" -#include "wine/port.h" #include "win.h" #include "winerror.h" diff --git a/dlls/wineps/type1.c b/dlls/wineps/type1.c index b16dc7f6774..efeab090e28 100644 --- a/dlls/wineps/type1.c +++ b/dlls/wineps/type1.c @@ -17,6 +17,10 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +#include "config.h" +#include "wine/port.h" + #include #include #include @@ -31,8 +35,6 @@ #include "psdrv.h" #include "wine/debug.h" -#include "config.h" -#include "wine/port.h" WINE_DEFAULT_DEBUG_CHANNEL(psdrv); diff --git a/dlls/wineps/type42.c b/dlls/wineps/type42.c index bd0a93012e8..ab15a1cd58f 100644 --- a/dlls/wineps/type42.c +++ b/dlls/wineps/type42.c @@ -17,6 +17,10 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +#include "config.h" +#include "wine/port.h" + #include #include #include @@ -31,8 +35,6 @@ #include "psdrv.h" #include "wine/debug.h" -#include "config.h" -#include "wine/port.h" WINE_DEFAULT_DEBUG_CHANNEL(psdrv);