* Slap *some* sense into our header inclusions.
[reactos.git] / reactos / base / applications / mspaint / precomp.h
index cce714a..7fce478 100644 (file)
@@ -1,9 +1,16 @@
-
-#include <windows.h>
+#include <stdarg.h>
+#include <windef.h>
+#include <winbase.h>
+#include <winuser.h>
+#include <winnls.h>
+#include <winreg.h>
+#include <wingdi.h>
+#include <windowsx.h>
+#include <commdlg.h>
+#include <shellapi.h>
 #include <commctrl.h>
 #include <tchar.h>
-#include <windowsx.h>
-#include <stdio.h>
+#include <stdlib.h>
 
 #include "definitions.h"
 #include "drawing.h"
@@ -17,4 +24,4 @@
 #include "selection.h"
 #include "sizebox.h"
 #include "dialogs.h"
-#include "registry.h"
\ No newline at end of file
+#include "registry.h"