Sync to trunk revision 61757.
[reactos.git] / dll / cpl / powercfg / powercfg.h
index 5dcdd3f..bec12e9 100644 (file)
@@ -1,15 +1,15 @@
-#include <ntstatus.h>
-#define WIN32_NO_STATUS
+#include <stdarg.h>
+
 #define _INC_WINDOWS
 #define COM_NO_WINDOWS_H
-#include <stdarg.h>
+
+#include <ntstatus.h>
+#define WIN32_NO_STATUS
 #include <windef.h>
 #include <winbase.h>
-#include <winreg.h>
 #include <cpl.h>
 #include <tchar.h>
 #include <shlobj.h>
-#include <regstr.h>
 #include <powrprof.h>
 
 #include "resource.h"