diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/settings.cxx | 4 | ||||
-rw-r--r-- | vcl/source/app/svmain.cxx | 4 | ||||
-rw-r--r-- | vcl/win/source/gdi/salgdi3.cxx | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index c9480588e588..3405e30f5353 100644 --- a/vcl/source/app/settings.cxx +++ b/vcl/source/app/settings.cxx @@ -48,9 +48,9 @@ #include <unotools/syslocaleoptions.hxx> #ifdef WNT -#include "tools/prewin.h" +#include "prewin.h" #include <windows.h> -#include "tools/postwin.h" +#include "postwin.h" #endif using namespace rtl; diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index a195621ce089..d997e9397c7e 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -30,10 +30,10 @@ #include "precompiled_vcl.hxx" #ifdef WNT -#include <tools/prewin.h> +#include <prewin.h> #include <process.h> // for _beginthreadex #include <ole2.h> // for _beginthreadex -#include <tools/postwin.h> +#include <postwin.h> #endif // [ed 5/14/02 Add in explicit check for quartz graphics. OS X will define diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx index 3a10738ac454..4ae2b5199b05 100644 --- a/vcl/win/source/gdi/salgdi3.cxx +++ b/vcl/win/source/gdi/salgdi3.cxx @@ -32,9 +32,9 @@ #include <string.h> #include <malloc.h> -#include <tools/prewin.h> +#include <prewin.h> #include <windows.h> -#include <tools/postwin.h> +#include <postwin.h> #include <vcl/sysdata.hxx> #include "tools/svwin.h" |