summaryrefslogtreecommitdiff
path: root/sal/qa/rtl_strings/rtl_String_Utils.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl_strings/rtl_String_Utils.cxx')
-rw-r--r--sal/qa/rtl_strings/rtl_String_Utils.cxx21
1 files changed, 4 insertions, 17 deletions
diff --git a/sal/qa/rtl_strings/rtl_String_Utils.cxx b/sal/qa/rtl_strings/rtl_String_Utils.cxx
index 972124f03e24..2c11679b89f6 100644
--- a/sal/qa/rtl_strings/rtl_String_Utils.cxx
+++ b/sal/qa/rtl_strings/rtl_String_Utils.cxx
@@ -26,25 +26,12 @@
*
#*************************************************************************/
-
#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
-
-#ifndef _RTL_STRING_UTILS_CONST_H_
- #include <rtl_String_Utils_Const.h>
-#endif
+#include <sal/types.h>
+#include <rtl/ustring.h>
+#include <rtl/string.hxx>
+#include <rtl_String_Utils_Const.h>
using ::rtl::OString;
sal_uInt32 AStringLen( const sal_Char *pAStr )