summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/win/winmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/plugin/win/winmgr.cxx')
-rw-r--r--extensions/source/plugin/win/winmgr.cxx15
1 files changed, 5 insertions, 10 deletions
diff --git a/extensions/source/plugin/win/winmgr.cxx b/extensions/source/plugin/win/winmgr.cxx
index ee8929912e43..7491f5d4c5e8 100644
--- a/extensions/source/plugin/win/winmgr.cxx
+++ b/extensions/source/plugin/win/winmgr.cxx
@@ -43,16 +43,11 @@
#pragma warning (push,1)
#pragma warning (disable:4005)
- #include "prewin.h"
-
- #include <windows.h>
- #include <string.h>
- #include <tchar.h>
- #include <winreg.h>
- #include <winbase.h>
- #include <objbase.h>
-
- #include "postwin.h"
+#include <prewin.h>
+#include <string.h>
+#include <tchar.h>
+#include <objbase.h>
+#include <postwin.h>
#pragma warning (pop)