summaryrefslogtreecommitdiff
path: root/ucb
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
commit5f8ce98726e3b442815bc449069178569ff55cef (patch)
treeefabbcc98610be2fead59adea2ff76d9d5f61718 /ucb
parent085c9cb2424b51411811128c509a7607e1b8d845 (diff)
Adapt to move of prewin.h and postwin.h
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/odma/odma_lib.cxx4
-rw-r--r--ucb/source/ucp/odma/odma_provider.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/ucb/source/ucp/odma/odma_lib.cxx b/ucb/source/ucp/odma/odma_lib.cxx
index 46a9d45d85..0038a17edb 100644
--- a/ucb/source/ucp/odma/odma_lib.cxx
+++ b/ucb/source/ucp/odma/odma_lib.cxx
@@ -30,8 +30,8 @@
#include "precompiled_ucb.hxx"
#include <osl/module.h>
#include <rtl/ustring.hxx>
-#include <tools/prewin.h>
-#include <tools/postwin.h>
+#include <prewin.h>
+#include <postwin.h>
#include "odma_lib.hxx"
diff --git a/ucb/source/ucp/odma/odma_provider.hxx b/ucb/source/ucp/odma/odma_provider.hxx
index 4880c6ee98..ce0e3d179f 100644
--- a/ucb/source/ucp/odma/odma_provider.hxx
+++ b/ucb/source/ucp/odma/odma_provider.hxx
@@ -30,8 +30,8 @@
#define ODMA_PROVIDER_HXX
#include <ucbhelper/providerhelper.hxx>
-#include <tools/prewin.h>
-#include <tools/postwin.h>
+#include <prewin.h>
+#include <postwin.h>
#include "odma_lib.hxx"
#include "rtl/ref.hxx"