diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 13:02:44 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-02-08 13:02:44 +0200 |
commit | b0c96965cfc02d2beb062158483079a2e746474f (patch) | |
tree | 014375f1c3b160feb9552340b05129072c8c2794 /automation | |
parent | d0f6d5d97c66a361928c1d709b49d55ddeec6452 (diff) |
Adapt to move of prewin.h and postwin.h
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/testtool/registry_win.cxx | 4 | ||||
-rw-r--r-- | automation/source/testtool/sysdir_win.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/automation/source/testtool/registry_win.cxx b/automation/source/testtool/registry_win.cxx index 5b204b41286a..bbfee520d752 100644 --- a/automation/source/testtool/registry_win.cxx +++ b/automation/source/testtool/registry_win.cxx @@ -36,9 +36,9 @@ //////////////////////////////////////////////////////////////////////////// -#include <tools/prewin.h> +#include <prewin.h> #include "winreg.h" -#include <tools/postwin.h> +#include <postwin.h> // as we define it ourselves further down the line we remove it here #ifdef IS_ERROR // #undef IS_ERROR diff --git a/automation/source/testtool/sysdir_win.cxx b/automation/source/testtool/sysdir_win.cxx index 44cb8bef2fe1..370bac572d82 100644 --- a/automation/source/testtool/sysdir_win.cxx +++ b/automation/source/testtool/sysdir_win.cxx @@ -36,7 +36,7 @@ //////////////////////////////////////////////////////////////////////////// -#include <tools/prewin.h> +#include <prewin.h> #ifndef _SHOBJ_H #if defined _MSC_VER #pragma warning(push, 1) @@ -47,7 +47,7 @@ #pragma warning(pop) #endif #endif -#include <tools/postwin.h> +#include <postwin.h> // as we define it ourselves further down the line we remove it here #ifdef IS_ERROR #undef IS_ERROR |