summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-02-08 13:06:29 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-02-08 14:01:12 +0200
commit2bebe311aa88fd782bf0fb502642da0fd4311053 (patch)
tree054180d26217eabf7f87775ed3e611c0916dd33e /basic
parent901e19024cbc74402359f86a80be87d085f2fa30 (diff)
Adapt to move of prewin.h and postwin.h
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/process.cxx4
-rw-r--r--basic/source/runtime/methods.cxx4
-rw-r--r--basic/source/sbx/sbxdec.hxx4
3 files changed, 6 insertions, 6 deletions
diff --git a/basic/source/app/process.cxx b/basic/source/app/process.cxx
index 397eaadbdfee..5e7a78d05abf 100644
--- a/basic/source/app/process.cxx
+++ b/basic/source/app/process.cxx
@@ -31,9 +31,9 @@
#ifdef WNT
-#include <tools/prewin.h>
+#include <prewin.h>
#include "winbase.h"
-#include <tools/postwin.h>
+#include <postwin.h>
#endif
#include <tools/errcode.hxx>
#include <basic/sbxcore.hxx>
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index ed9b9fed8436..4c7c9e7b87e9 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -52,9 +52,9 @@
#include "runtime.hxx"
#include "sbunoobj.hxx"
#ifdef WNT
-#include <tools/prewin.h>
+#include <prewin.h>
#include "winbase.h"
-#include <tools/postwin.h>
+#include <postwin.h>
#include <tools/fsys.hxx>
#else
#include <osl/file.hxx>
diff --git a/basic/source/sbx/sbxdec.hxx b/basic/source/sbx/sbxdec.hxx
index fcd7edbe1bc7..5438c151e60f 100644
--- a/basic/source/sbx/sbxdec.hxx
+++ b/basic/source/sbx/sbxdec.hxx
@@ -34,7 +34,7 @@
#undef WB_LEFT
#undef WB_RIGHT
-#include <tools/prewin.h>
+#include <prewin.h>
} // close extern "C" {
#ifndef __MINGW32__
@@ -43,7 +43,7 @@
#include <oleauto.h>
extern "C" { // reopen extern "C" {
-#include <tools/postwin.h>
+#include <postwin.h>
#endif
#endif