summaryrefslogtreecommitdiffstats
path: root/sal/osl
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-04 17:00:00 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 18:12:51 +0200
commit334bef4563f3df39bba87f73a11a35744dd0a4d1 (patch)
tree0a4fe9742bd353938254e6ed485af9c214d35879 /sal/osl
parentPorted calc-distributed-cell-text-*.diff from ooo-build. (diff)
downloadcore-334bef4563f3df39bba87f73a11a35744dd0a4d1.tar.gz
core-334bef4563f3df39bba87f73a11a35744dd0a4d1.zip
remove include guards using fixguard.py
Diffstat (limited to 'sal/osl')
-rw-r--r--[-rwxr-xr-x]sal/osl/all/utility.cxx0
-rw-r--r--sal/osl/os2/file.cxx8
-rw-r--r--sal/osl/os2/file_url.cxx16
-rw-r--r--sal/osl/os2/process_impl.cxx4
-rw-r--r--sal/osl/unx/process_impl.cxx4
5 files changed, 0 insertions, 32 deletions
diff --git a/sal/osl/all/utility.cxx b/sal/osl/all/utility.cxx
index 21c392ba1793..21c392ba1793 100755..100644
--- a/sal/osl/all/utility.cxx
+++ b/sal/osl/all/utility.cxx
diff --git a/sal/osl/os2/file.cxx b/sal/osl/os2/file.cxx
index 2e668d23d638..6b493e08c40a 100644
--- a/sal/osl/os2/file.cxx
+++ b/sal/osl/os2/file.cxx
@@ -54,24 +54,16 @@
#include "file_error_transl.h"
#include <osl/time.h>
-#ifndef _FILE_URL_H_
#include "file_url.h"
-#endif
#include "file_path_helper.hxx"
#include "uunxapi.hxx"
-#ifndef _STRING_H_
#include <string.h>
-#endif
-#ifndef _CTYPE_H_
#include <ctype.h>
-#endif
-#ifndef _WCHAR_H_
#include <wchar.h>
-#endif
#if OSL_DEBUG_LEVEL > 1
extern void debug_ustring(rtl_uString*);
diff --git a/sal/osl/os2/file_url.cxx b/sal/osl/os2/file_url.cxx
index e3b5fbf00c48..b270c6332fb4 100644
--- a/sal/osl/os2/file_url.cxx
+++ b/sal/osl/os2/file_url.cxx
@@ -28,25 +28,15 @@
#include <ctype.h>
#include "system.h"
-#ifndef _LIMITS_H
#include <limits.h>
-#endif
-#ifndef _ERRNO_H
#include <errno.h>
-#endif
-#ifndef _STDLIB_H_
#include <stdlib.h>
-#endif
-#ifndef _STRINGS_H
#include <strings.h>
-#endif
-#ifndef _UNISTD_H
#include <unistd.h>
-#endif
#include <osl/file.h>
#include <osl/security.h>
#include <rtl/uri.h>
@@ -54,22 +44,16 @@
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.h>
-#ifndef _OSL_TREAD_H_
#include <osl/thread.h>
-#endif
#include <osl/file.hxx>
#include <osl/mutex.h>
#include <osl/process.h>
#include "file_error_transl.h"
-#ifndef _FILE_URL_H_
#include "file_url.h"
-#endif
#include "file_path_helper.hxx"
-#ifndef _OSL_UUNXAPI_HXX_
#include "uunxapi.hxx"
-#endif
#include <wchar.h>
#include <wctype.h>
diff --git a/sal/osl/os2/process_impl.cxx b/sal/osl/os2/process_impl.cxx
index 27b12bbe0f6a..116295f57079 100644
--- a/sal/osl/os2/process_impl.cxx
+++ b/sal/osl/os2/process_impl.cxx
@@ -57,13 +57,9 @@
#include "osl/thread.h"
#include "rtl/ustring.hxx"
-#ifndef _OSL_FILE_PATH_HELPER_H_
#include "file_path_helper.h"
-#endif
-#ifndef _OSL_UUNXAPI_H_
#include "uunxapi.h"
-#endif
/***************************************
osl_bootstrap_getExecutableFile_Impl().
diff --git a/sal/osl/unx/process_impl.cxx b/sal/osl/unx/process_impl.cxx
index e712b6748e7f..6c450911f490 100644
--- a/sal/osl/unx/process_impl.cxx
+++ b/sal/osl/unx/process_impl.cxx
@@ -55,13 +55,9 @@
#include "osl/thread.h"
#include "rtl/ustring.hxx"
-#ifndef _OSL_FILE_PATH_HELPER_H_
#include "file_path_helper.h"
-#endif
-#ifndef _OSL_UUNXAPI_H_
#include "uunxapi.h"
-#endif
/***************************************
osl_bootstrap_getExecutableFile_Impl().