[FDEBUG] Improve header inclusions.
authorAmine Khaldi <amine.khaldi@reactos.org>
Sun, 21 Aug 2016 17:25:07 +0000 (17:25 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sun, 21 Aug 2016 17:25:07 +0000 (17:25 +0000)
svn path=/trunk/; revision=72410

reactos/boot/freeldr/fdebug/fdebug.c

index 4f8e7f0..bec2675 100644 (file)
@@ -1,11 +1,13 @@
-// fdebug.cpp : Defines the entry point for the application.
-//
+/* fdebug.c : Defines the entry point for the application. */
+
+#include <tchar.h>
 
 
-#include <windows.h>
+#include <windef.h>
+#include <winbase.h>
+#include <wingdi.h>
+#include <winuser.h>
 #include <commdlg.h>
 #include <process.h>
 #include <commdlg.h>
 #include <process.h>
-#include <stdio.h>
-#include <tchar.h>
 
 #include "resource.h"
 #include "rs232.h"
 
 #include "resource.h"
 #include "rs232.h"