Kaydet (Commit) 1f370333 authored tarafından David Tardon's avatar David Tardon

remove useless include guards

üst 8fc3fc56
...@@ -30,21 +30,11 @@ ...@@ -30,21 +30,11 @@
#include <math.h> #include <math.h>
#include <stdlib.h> #include <stdlib.h>
#ifndef _SAL_TYPES_H_ #include <sal/types.h>
#include <sal/types.h>
#endif
#ifndef _RTL_USTRING_H_
#include <rtl/ustring.h>
#endif
#ifndef _RTL_STRING_HXX_ #include <rtl/ustring.h>
#include <rtl/string.hxx> #include <rtl/string.hxx>
#endif #include <rtl_String_Utils_Const.h>
#ifndef _RTL_STRING_UTILS_CONST_H_
#include <rtl_String_Utils_Const.h>
#endif
using ::rtl::OString; using ::rtl::OString;
sal_uInt32 AStringLen( const sal_Char *pAStr ) sal_uInt32 AStringLen( const sal_Char *pAStr )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment