summaryrefslogtreecommitdiff
path: root/framework
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 /framework
parent901e19024cbc74402359f86a80be87d085f2fa30 (diff)
Adapt to move of prewin.h and postwin.h
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/recentfilesmenucontroller.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uielement/recentfilesmenucontroller.cxx b/framework/source/uielement/recentfilesmenucontroller.cxx
index 54fed3dfb0a8..87c7917bcaf9 100644
--- a/framework/source/uielement/recentfilesmenucontroller.cxx
+++ b/framework/source/uielement/recentfilesmenucontroller.cxx
@@ -59,8 +59,8 @@
#include <cppuhelper/implbase1.hxx>
#include <osl/file.hxx>
#ifdef WNT
-#include <tools/prewin.h>
-#include <tools/postwin.h>
+#include <prewin.h>
+#include <postwin.h>
#include <odma_lib.hxx>
#endif
#include <dispatch/uieventloghelper.hxx>