summaryrefslogtreecommitdiff
path: root/sal/osl/unx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-29 15:50:40 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-29 15:59:53 +0200
commit8e1bffe7ffb0a091e06e83a453aec7ce666e8df0 (patch)
treea68fba5f15f673afac96bf8fcc7947ec4ff918d2 /sal/osl/unx
parentb63027f0992cf5c368faeb807c69110997dd00ea (diff)
Remove include guards
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
Diffstat (limited to 'sal/osl/unx')
-rw-r--r--sal/osl/unx/file_error_transl.cxx16
-rw-r--r--sal/osl/unx/file_path_helper.cxx13
-rw-r--r--sal/osl/unx/process.cxx3
-rw-r--r--sal/osl/unx/uunxapi.cxx15
4 files changed, 3 insertions, 44 deletions
diff --git a/sal/osl/unx/file_error_transl.cxx b/sal/osl/unx/file_error_transl.cxx
index c7167073c660..7e7bb9b2f435 100644
--- a/sal/osl/unx/file_error_transl.cxx
+++ b/sal/osl/unx/file_error_transl.cxx
@@ -17,19 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
- #ifndef _ERRNO_H
- #include <errno.h>
- #endif
-
- #ifndef _FILE_ERROR_TRANSL_H_
- #include "file_error_transl.h"
- #endif
-
- #ifndef _OSL_DIAGNOSE_H_
- #include <osl/diagnose.h>
- #endif
-
+#include <errno.h>
+#include "file_error_transl.h"
+#include <osl/diagnose.h>
/********************************************
* oslTranslateFileError
diff --git a/sal/osl/unx/file_path_helper.cxx b/sal/osl/unx/file_path_helper.cxx
index 1aaf0e48be67..39b9a5863123 100644
--- a/sal/osl/unx/file_path_helper.cxx
+++ b/sal/osl/unx/file_path_helper.cxx
@@ -31,25 +31,12 @@
Includes
******************************************/
- #ifndef _OSL_FILE_PATH_HELPER_H_
#include "file_path_helper.h"
- #endif
-
- #ifndef _OSL_FILE_PATH_HELPER_HXX_
#include "file_path_helper.hxx"
- #endif
-
- #ifndef _OSL_UUNXAPI_HXX_
#include "uunxapi.hxx"
- #endif
- #ifndef _OSL_DIAGNOSE_H_
#include <osl/diagnose.h>
- #endif
-
- #ifndef _RTL_USTRING_HXX_
#include <rtl/ustring.hxx>
- #endif
/*******************************************
Constants
diff --git a/sal/osl/unx/process.cxx b/sal/osl/unx/process.cxx
index ff68fded7658..cb9d6c8bf4c1 100644
--- a/sal/osl/unx/process.cxx
+++ b/sal/osl/unx/process.cxx
@@ -56,10 +56,7 @@
#endif
#include <osl/diagnose.h>
#include <osl/mutex.h>
-
-#ifndef _OSL_CONDITN_H_
#include <osl/conditn.h>
-#endif
#include <osl/thread.h>
#include <osl/file.h>
#include <osl/signal.h>
diff --git a/sal/osl/unx/uunxapi.cxx b/sal/osl/unx/uunxapi.cxx
index 270f5c33513a..b2b2bc34bb10 100644
--- a/sal/osl/unx/uunxapi.cxx
+++ b/sal/osl/unx/uunxapi.cxx
@@ -26,26 +26,11 @@
*
************************************************************************/
-
- #ifndef _OSL_UUNXAPI_H_
#include "uunxapi.h"
- #endif
-
- #ifndef __OSL_SYSTEM_H__
#include "system.h"
- #endif
-
- #ifndef _LIMITS_H
#include <limits.h>
- #endif
-
- #ifndef _RTL_USTRING_HXX_
#include <rtl/ustring.hxx>
- #endif
-
- #ifndef _OSL_THREAD_H_
#include <osl/thread.h>
- #endif
#ifdef ANDROID
#include <osl/detail/android-bootstrap.h>