diff --git a/dlls/commdlg/filedlgbrowser.c b/dlls/commdlg/filedlgbrowser.c
index 11db12c022d45e208424051e64798e2c84c46606..0ccca3f969af2fbf9b007b29f41ea3dc86901049 100644
--- a/dlls/commdlg/filedlgbrowser.c
+++ b/dlls/commdlg/filedlgbrowser.c
@@ -5,11 +5,12 @@
  */
 
 #include <stdio.h>
-#include "unknwn.h"
+
 #include "filedlgbrowser.h"
 #include "windef.h"
 #include "wingdi.h"
 #include "winuser.h"
+#include "unknwn.h"
 #include "wine/winestring.h"
 #include "heap.h"
 #include "shlguid.h"
diff --git a/dlls/ddraw/ddraw_private.h b/dlls/ddraw/ddraw_private.h
index f200a6744898130cdb50797a7ff63e97e8025471..803a4b5dfcf1f6eaf0a8fba974b0802c64527746 100644
--- a/dlls/ddraw/ddraw_private.h
+++ b/dlls/ddraw/ddraw_private.h
@@ -3,8 +3,8 @@
 
 /* MAY NOT CONTAIN X11 or DGA specific includes/defines/structs! */
 
-#include "wtypes.h"
 #include "winbase.h"
+#include "wtypes.h"
 #include "wingdi.h"
 #include "winuser.h"
 #include "ddraw.h"
diff --git a/dlls/dplayx/dpclassfactory.c b/dlls/dplayx/dpclassfactory.c
index 9a7546a7448420b6ac48dd07eb6e64090cb948f2..6101e9b76bf10a20551ef969b501fd1c855b7c49 100644
--- a/dlls/dplayx/dpclassfactory.c
+++ b/dlls/dplayx/dpclassfactory.c
@@ -1,4 +1,5 @@
 
+#include "windef.h"
 #include "wine/obj_base.h"
 #include "winerror.h"
 #include "debugtools.h"
diff --git a/dlls/ole32/moniker.c b/dlls/ole32/moniker.c
index f75373d17e92213bbc3cec2f04fea3dc47c41396..e868c283433b985cb3c00792bfce83de435178d4 100644
--- a/dlls/ole32/moniker.c
+++ b/dlls/ole32/moniker.c
@@ -6,9 +6,10 @@
  */
 
 #include <assert.h>
+
 #include "winerror.h"
-#include "wtypes.h"
 #include "winbase.h"
+#include "wtypes.h"
 #include "wine/obj_base.h"
 #include "wine/obj_storage.h"
 #include "wine/obj_misc.h"
diff --git a/dlls/shell32/folders.c b/dlls/shell32/folders.c
index 5bf89ebac966bbb2eb7cbea6c6b73c39070e4f7f..c0ea2bd378cc07296c119babd7b5294f9dc8bc3c 100644
--- a/dlls/shell32/folders.c
+++ b/dlls/shell32/folders.c
@@ -8,6 +8,7 @@
 #include <stdio.h>
 #include <string.h>
 
+#include "windef.h"
 #include "wine/obj_base.h"
 #include "wine/obj_extracticon.h"
 #include "wine/undocshell.h"
diff --git a/dlls/shell32/shlview.c b/dlls/shell32/shlview.c
index d885f1b9d284a526ab324c72580462a119f30e67..d4bcbf46400c4ea01e714440e89337d7744a2c33 100644
--- a/dlls/shell32/shlview.c
+++ b/dlls/shell32/shlview.c
@@ -25,6 +25,7 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "windef.h"
 #include "servprov.h"
 #include "shlguid.h"
 #include "shlobj.h"