summaryrefslogtreecommitdiff
path: root/l10ntools/source/xmlparse.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-02-08 13:09:39 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-02-08 14:02:04 +0200
commitf10a74f4fd0a0ba9702dd657232a50441fb0418f (patch)
tree04ffb40b412b0d7ddae8bfb4154fb05cbf066e72 /l10ntools/source/xmlparse.cxx
parent26463988018c334f620678194e1b264cf1d815f4 (diff)
Move prewin.h and postwin.h to solenv and adapt
Diffstat (limited to 'l10ntools/source/xmlparse.cxx')
-rw-r--r--l10ntools/source/xmlparse.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/xmlparse.cxx b/l10ntools/source/xmlparse.cxx
index ca4ce009b771..3f0981aae524 100644
--- a/l10ntools/source/xmlparse.cxx
+++ b/l10ntools/source/xmlparse.cxx
@@ -39,8 +39,8 @@
#include <osl/mutex.hxx>
#include <osl/thread.hxx>
#ifdef __MINGW32__
-#include <tools/prewin.h>
-#include <tools/postwin.h>
+#include <prewin.h>
+#include <postwin.h>
#endif
using namespace std;
using namespace osl;