diff --git a/sal/qa/osl/file/osl_File_Const.h b/sal/qa/osl/file/osl_File_Const.h index edf1dc773081..9be55c2a83b0 100644 --- a/sal/qa/osl/file/osl_File_Const.h +++ b/sal/qa/osl/file/osl_File_Const.h @@ -99,13 +99,13 @@ const sal_Char pBuffer_Blank[] = ""; # define PATH_SEPERATOR "/" #endif #if (defined WNT ) // Windows -#include +#include // # include # include # include # include # include -#include +#include # define PATH_MAX MAX_PATH # define TEST_PLATFORM "c:/" # define TEST_PLATFORM_ROOT "c:/" diff --git a/sal/qa/osl/module/osl_Module_Const.h b/sal/qa/osl/module/osl_Module_Const.h index 1767ce484c6a..c8bfee4ccbbe 100644 --- a/sal/qa/osl/module/osl_Module_Const.h +++ b/sal/qa/osl/module/osl_Module_Const.h @@ -43,10 +43,10 @@ # include #endif #if ( defined WNT ) // Windows -#include +#include // # include # include -#include +#include #endif # define FILE_PREFIX "file:///" diff --git a/sal/qa/osl/process/osl_process.cxx b/sal/qa/osl/process/osl_process.cxx index b12657f7cba2..04b78693e800 100644 --- a/sal/qa/osl/process/osl_process.cxx +++ b/sal/qa/osl/process/osl_process.cxx @@ -43,11 +43,11 @@ #include #if ( defined WNT ) // Windows -#include +#include # define WIN32_LEAN_AND_MEAN // # include # include -#include +#include #endif #include "rtl/allocator.hxx" diff --git a/sal/qa/osl/process/osl_process_child.cxx b/sal/qa/osl/process/osl_process_child.cxx index f24c1dc708ae..992c28d7b816 100644 --- a/sal/qa/osl/process/osl_process_child.cxx +++ b/sal/qa/osl/process/osl_process_child.cxx @@ -33,13 +33,13 @@ // includes #if ( defined WNT ) // Windows -#include +#include # define UNICODE # define _UNICODE # define WIN32_LEAN_AND_MEAN // # include # include -#include +#include #else # include #endif diff --git a/sal/qa/osl/security/osl_Security_Const.h b/sal/qa/osl/security/osl_Security_Const.h index 476d9e5bdc61..104012eb8ab8 100644 --- a/sal/qa/osl/security/osl_Security_Const.h +++ b/sal/qa/osl/security/osl_Security_Const.h @@ -30,9 +30,9 @@ #define _OSL_SECURITY_CONST_H_ #if ( defined WNT ) // Windows -#include +#include #include -#include +#include #endif #include diff --git a/sal/qa/osl/socket/osl_Socket_Const.h b/sal/qa/osl/socket/osl_Socket_Const.h index 67840f41c3bc..30d20d97e071 100644 --- a/sal/qa/osl/socket/osl_Socket_Const.h +++ b/sal/qa/osl/socket/osl_Socket_Const.h @@ -81,11 +81,11 @@ extern "C" # include #endif #if ( defined WNT ) // Windows -#include +#include // # include # include # include -#include +#include #endif diff --git a/sal/qa/osl/socket/osl_Socket_Const_orig.h b/sal/qa/osl/socket/osl_Socket_Const_orig.h index 17be3cc6f8bc..53163f89dbfb 100644 --- a/sal/qa/osl/socket/osl_Socket_Const_orig.h +++ b/sal/qa/osl/socket/osl_Socket_Const_orig.h @@ -81,11 +81,11 @@ extern "C" # include #endif #if ( defined WNT ) // Windows -#include +#include // # include # include # include -#include +#include #endif diff --git a/sal/qa/osl/socket/sockethelper.hxx b/sal/qa/osl/socket/sockethelper.hxx index 077a0319d8e8..430b0d14f0ac 100644 --- a/sal/qa/osl/socket/sockethelper.hxx +++ b/sal/qa/osl/socket/sockethelper.hxx @@ -74,10 +74,10 @@ extern "C" #ifndef _OSL_SOCKET_CONST_H_ #if ( defined WNT ) // Windows -#include +#include #include #include -#include +#include #endif #endif diff --git a/sal/qa/rtl/logfile/rtl_logfile.cxx b/sal/qa/rtl/logfile/rtl_logfile.cxx index 7eefcb705d2c..f3a482fb3c95 100644 --- a/sal/qa/rtl/logfile/rtl_logfile.cxx +++ b/sal/qa/rtl/logfile/rtl_logfile.cxx @@ -46,9 +46,9 @@ #include #if ( defined WNT ) // Windows -#include +#include #include -#include +#include #endif using namespace ::osl;