From dbfe237fe254bcaecb9bdf6c39e9ec2beac60e93 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Fri, 25 Mar 2011 18:47:00 +0100 Subject: Wholesale prewin.h/postwin.h removal --- automation/source/testtool/registry_win.cxx | 7 ------- automation/source/testtool/sysdir_win.cxx | 2 -- 2 files changed, 9 deletions(-) (limited to 'automation') diff --git a/automation/source/testtool/registry_win.cxx b/automation/source/testtool/registry_win.cxx index b599342b0854..870f37a53186 100644 --- a/automation/source/testtool/registry_win.cxx +++ b/automation/source/testtool/registry_win.cxx @@ -36,13 +36,6 @@ //////////////////////////////////////////////////////////////////////////// -#include -#include -// as we define it ourselves further down the line we remove it here -#ifdef IS_ERROR -// #undef IS_ERROR -#endif - #include "registry_win.hxx" #include #include diff --git a/automation/source/testtool/sysdir_win.cxx b/automation/source/testtool/sysdir_win.cxx index 370bac572d82..1ec4ebe02a50 100644 --- a/automation/source/testtool/sysdir_win.cxx +++ b/automation/source/testtool/sysdir_win.cxx @@ -36,7 +36,6 @@ //////////////////////////////////////////////////////////////////////////// -#include #ifndef _SHOBJ_H #if defined _MSC_VER #pragma warning(push, 1) @@ -47,7 +46,6 @@ #pragma warning(pop) #endif #endif -#include // as we define it ourselves further down the line we remove it here #ifdef IS_ERROR #undef IS_ERROR -- cgit