[FDEBUG] Improve header inclusions.
[reactos.git] / 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 <stdio.h>
-#include <tchar.h>
 
 #include "resource.h"
 #include "rs232.h"