diff --git a/include/rpc.h b/include/rpc.h
index 60d1b05f4c0db7308ebada6ef6dbe71350e43c01..6bc48f053566c773f6130554b3c340a14bc9a04a 100644
--- a/include/rpc.h
+++ b/include/rpc.h
@@ -64,7 +64,7 @@ RPC_STATUS RPC_ENTRY UuidCreate(UUID *Uuid);
 #include "rpcdce.h"
 /* #include "rpcnsi.h" */
 #include "rpcnterr.h"
-/* #include "excpt.h" */
+#include "excpt.h"
 #include "winerror.h"
 
 #endif /*__WINE_RPC_H */
diff --git a/include/windows.h b/include/windows.h
index 4862c1eed746af3bbb684aa73ba173c46e42263f..54b10245eb96d0869e703e112421aff4e071acc5 100644
--- a/include/windows.h
+++ b/include/windows.h
@@ -53,32 +53,35 @@
 #include "dlgs.h"
 #include "lzexpand.h"
 #include "mmsystem.h"
-/* #include "nb30.h" */
+#include "nb30.h"
 #include "rpc.h"
 #include "shellapi.h"
 /* #include "winperf.h" */
 
 #ifndef WINE_NOWINSOCK
 #include "winsock2.h"
-/* #include "mswsock.h" */
 #endif /* WINE_NOWINSOCK */
 
 #ifndef NOCRYPT
 #include "wincrypt.h"
+/* #include "winefs.h" */
+/* #include "winscard.h" */
 #endif /* !NOCRYPT */
 
 #ifndef NOGDI
-#include "commdlg.h"
 #include "winspool.h"
 #ifdef INC_OLE1
 #include "ole.h"
 #else
 #include "ole2.h"
 #endif
+#include "commdlg.h"
 #endif /* !NOGDI */
 
 #endif /* !WIN32_LEAN_AND_MEAN */
 
+/* #include "stralign.h" */
+
 #ifdef INC_OLE2
 #include "ole2.h"
 #endif /* INC_OLE2 */