summaryrefslogtreecommitdiff
path: root/lingucomponent
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 /lingucomponent
parentd0f6d5d97c66a361928c1d709b49d55ddeec6452 (diff)
Adapt to move of prewin.h and postwin.h
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/lingutil/lingutil.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/lingutil/lingutil.cxx b/lingucomponent/source/lingutil/lingutil.cxx
index d155d552100b..03ae2934b322 100644
--- a/lingucomponent/source/lingutil/lingutil.cxx
+++ b/lingucomponent/source/lingutil/lingutil.cxx
@@ -30,7 +30,7 @@
#include "precompiled_lingucomponent.hxx"
#if defined(WNT)
-#include <tools/prewin.h>
+#include <prewin.h>
#endif
#if defined(WNT)
@@ -38,7 +38,7 @@
#endif
#if defined(WNT)
-#include <tools/postwin.h>
+#include <postwin.h>
#endif