summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-02-08 13:02:44 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-02-08 13:02:44 +0200
commitb0c96965cfc02d2beb062158483079a2e746474f (patch)
tree014375f1c3b160feb9552340b05129072c8c2794 /extensions/source
parentd0f6d5d97c66a361928c1d709b49d55ddeec6452 (diff)
Adapt to move of prewin.h and postwin.h
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/ole/ole2uno.hxx4
-rw-r--r--extensions/source/plugin/inc/plugin/win/sysplug.hxx4
-rw-r--r--extensions/source/plugin/win/sysplug.cxx4
-rw-r--r--extensions/source/plugin/win/winmgr.cxx4
4 files changed, 8 insertions, 8 deletions
diff --git a/extensions/source/ole/ole2uno.hxx b/extensions/source/ole/ole2uno.hxx
index 2cd8c75d3857..8763208bda10 100644
--- a/extensions/source/ole/ole2uno.hxx
+++ b/extensions/source/ole/ole2uno.hxx
@@ -49,12 +49,12 @@
#pragma warning (disable:4005)
#pragma warning (disable:4548)
-#include <tools/prewin.h>
+#include <prewin.h>
#include <tchar.h>
#if (_MSC_VER >= 1200) || defined(__MINGW32__)
#include <dispex.h>
#endif
-#include <tools/postwin.h>
+#include <postwin.h>
#include <tools/presys.h>
#include <list>
diff --git a/extensions/source/plugin/inc/plugin/win/sysplug.hxx b/extensions/source/plugin/inc/plugin/win/sysplug.hxx
index 45e09d98d950..34afd28c19bd 100644
--- a/extensions/source/plugin/inc/plugin/win/sysplug.hxx
+++ b/extensions/source/plugin/inc/plugin/win/sysplug.hxx
@@ -32,13 +32,13 @@
#pragma warning (push,1)
#pragma warning (disable:4005)
-#include <tools/prewin.h>
+#include <prewin.h>
#include <windows.h>
#include <tchar.h>
#include <winbase.h>
-#include <tools/postwin.h>
+#include <postwin.h>
#pragma pack( push, 8 )
#include <npsdk/npapi.h>
diff --git a/extensions/source/plugin/win/sysplug.cxx b/extensions/source/plugin/win/sysplug.cxx
index c992341dc947..27e1f18916d6 100644
--- a/extensions/source/plugin/win/sysplug.cxx
+++ b/extensions/source/plugin/win/sysplug.cxx
@@ -34,7 +34,7 @@
#pragma warning (push,1)
#pragma warning (disable:4005)
- #include <tools/prewin.h>
+ #include <prewin.h>
#include <windows.h>
#include <string.h>
@@ -43,7 +43,7 @@
#include <winbase.h>
#include <objbase.h>
- #include <tools/postwin.h>
+ #include <postwin.h>
#pragma warning (pop)
diff --git a/extensions/source/plugin/win/winmgr.cxx b/extensions/source/plugin/win/winmgr.cxx
index 4717ec9423a6..ee8929912e43 100644
--- a/extensions/source/plugin/win/winmgr.cxx
+++ b/extensions/source/plugin/win/winmgr.cxx
@@ -43,7 +43,7 @@
#pragma warning (push,1)
#pragma warning (disable:4005)
- #include "tools/prewin.h"
+ #include "prewin.h"
#include <windows.h>
#include <string.h>
@@ -52,7 +52,7 @@
#include <winbase.h>
#include <objbase.h>
- #include "tools/postwin.h"
+ #include "postwin.h"
#pragma warning (pop)