diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 13:06:29 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 14:01:12 +0200 |
commit | 2bebe311aa88fd782bf0fb502642da0fd4311053 (patch) | |
tree | 054180d26217eabf7f87775ed3e611c0916dd33e /ucb | |
parent | 901e19024cbc74402359f86a80be87d085f2fa30 (diff) |
Adapt to move of prewin.h and postwin.h
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/odma/odma_lib.cxx | 4 | ||||
-rw-r--r-- | ucb/source/ucp/odma/odma_provider.hxx | 4 |
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 5d465b94edda..f8a079b101cf 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 e65507073d08..6a552e3486cc 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" |