diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-25 19:56:20 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-25 19:58:16 +0100 |
commit | 488e6875e992e11601611a119476624822fc4635 (patch) | |
tree | b70124749e69faf507d0e317ca9d7e26753e99a2 /sal/qa/OStringBuffer | |
parent | 909de9de9fce6a2e8a5c4e859038d00ce3e88c15 (diff) |
remove external include guards
Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
Diffstat (limited to 'sal/qa/OStringBuffer')
-rw-r--r-- | sal/qa/OStringBuffer/rtl_String_Const.h | 19 | ||||
-rw-r--r-- | sal/qa/OStringBuffer/rtl_String_Utils.hxx | 14 | ||||
-rw-r--r-- | sal/qa/OStringBuffer/rtl_String_Utils_Const.h | 4 |
3 files changed, 8 insertions, 29 deletions
diff --git a/sal/qa/OStringBuffer/rtl_String_Const.h b/sal/qa/OStringBuffer/rtl_String_Const.h index 62248d58e219..d07d7e92f3ee 100644 --- a/sal/qa/OStringBuffer/rtl_String_Const.h +++ b/sal/qa/OStringBuffer/rtl_String_Const.h @@ -20,23 +20,12 @@ #ifndef _RTL_STRING_CONST_H_ #define _RTL_STRING_CONST_H_ -#ifndef _RTL_STRING_UTILS_HXX_ - #include <rtl_String_Utils.hxx> -#endif +#include <rtl_String_Utils.hxx> #include <limits.h> - -#ifndef _SAL_TYPES_H_ - #include <sal/types.h> -#endif - -#ifndef _RTL_TEXTENC_H - #include <rtl/textenc.h> -#endif - -#ifndef _RTL_USTRING_H_ - #include <rtl/ustring.h> -#endif +#include <sal/types.h> +#include <rtl/textenc.h> +#include <rtl/ustring.h> #ifdef __cplusplus extern "C" diff --git a/sal/qa/OStringBuffer/rtl_String_Utils.hxx b/sal/qa/OStringBuffer/rtl_String_Utils.hxx index f0501cbc1f49..a824ef9f5270 100644 --- a/sal/qa/OStringBuffer/rtl_String_Utils.hxx +++ b/sal/qa/OStringBuffer/rtl_String_Utils.hxx @@ -25,17 +25,9 @@ #include <math.h> #include <stdlib.h> -#ifndef _SAL_TYPES_H_ - #include <sal/types.h> -#endif - -#ifndef _RTL_USTRING_H_ - #include <rtl/ustring.h> -#endif - -#ifndef _RTL_STRING_HXX_ - #include <rtl/string.hxx> -#endif +#include <sal/types.h> +#include <rtl/ustring.h> +#include <rtl/string.hxx> sal_Char* cpystr( sal_Char* dst, const sal_Char* src ); sal_Char* cpynstr( sal_Char* dst, const sal_Char* src, sal_uInt32 cnt ); diff --git a/sal/qa/OStringBuffer/rtl_String_Utils_Const.h b/sal/qa/OStringBuffer/rtl_String_Utils_Const.h index 8e8d9453cafd..e855199455b9 100644 --- a/sal/qa/OStringBuffer/rtl_String_Utils_Const.h +++ b/sal/qa/OStringBuffer/rtl_String_Utils_Const.h @@ -20,9 +20,7 @@ #ifndef _RTL_STRING_UTILS_CONST_H_ #define _RTL_STRING_UTILS_CONST_H_ -#ifndef _SAL_TYPES_H_ - #include <sal/types.h> -#endif +#include <sal/types.h> #ifdef __cplusplus extern "C" |