summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-25 19:56:20 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-25 19:58:16 +0100
commit488e6875e992e11601611a119476624822fc4635 (patch)
treeb70124749e69faf507d0e317ca9d7e26753e99a2 /sal/osl
parent909de9de9fce6a2e8a5c4e859038d00ce3e88c15 (diff)
remove external include guards
Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/unx/file_path_helper.h7
-rw-r--r--sal/osl/unx/tempfile.c6
-rw-r--r--sal/osl/unx/uunxapi.h15
-rw-r--r--sal/osl/unx/uunxapi.hxx4
4 files changed, 0 insertions, 32 deletions
diff --git a/sal/osl/unx/file_path_helper.h b/sal/osl/unx/file_path_helper.h
index 61f64e7733e6..28a96c173533 100644
--- a/sal/osl/unx/file_path_helper.h
+++ b/sal/osl/unx/file_path_helper.h
@@ -20,15 +20,8 @@
#ifndef _OSL_FILE_PATH_HELPER_H_
#define _OSL_FILE_PATH_HELPER_H_
-
- #ifndef _SAL_TYPES_H_
#include <sal/types.h>
- #endif
-
- #ifndef _RTL_USTRING_H_
#include <rtl/ustring.h>
- #endif
-
#ifdef __cplusplus
extern "C"
diff --git a/sal/osl/unx/tempfile.c b/sal/osl/unx/tempfile.c
index 0f57e04b229a..3d60477c7752 100644
--- a/sal/osl/unx/tempfile.c
+++ b/sal/osl/unx/tempfile.c
@@ -17,10 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-/*****************************************************************/
-/* Includes */
-/*****************************************************************/
-
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
@@ -33,9 +29,7 @@
#include <osl/diagnose.h>
#include <sal/macros.h>
-#ifndef _FILE_URL_H_
#include "file_url.h"
-#endif
oslFileError SAL_CALL osl_getTempDirURL( rtl_uString** pustrTempDir )
{
diff --git a/sal/osl/unx/uunxapi.h b/sal/osl/unx/uunxapi.h
index d13e20e5b061..f6bc1f2c2d6e 100644
--- a/sal/osl/unx/uunxapi.h
+++ b/sal/osl/unx/uunxapi.h
@@ -20,26 +20,11 @@
#ifndef _OSL_UUNXAPI_H_
#define _OSL_UUNXAPI_H_
- #ifndef _UNISTD_H
#include <unistd.h>
- #endif
-
- #ifndef _STDLIB_H
#include <stdlib.h>
- #endif
-
- #ifndef _TYPES_H
#include <sys/types.h>
- #endif
-
- #ifndef _STAT_H
#include <sys/stat.h>
- #endif
-
- #ifndef _RTL_USTRING_H_
#include <rtl/ustring.h>
- #endif
-
#ifdef __cplusplus
extern "C"
diff --git a/sal/osl/unx/uunxapi.hxx b/sal/osl/unx/uunxapi.hxx
index 066e45eae150..0419ebe31b71 100644
--- a/sal/osl/unx/uunxapi.hxx
+++ b/sal/osl/unx/uunxapi.hxx
@@ -20,13 +20,9 @@
#ifndef _OSL_UUNXAPI_HXX_
#define _OSL_UUNXAPI_HXX_
-#ifndef _OSL_UUNXAPI_H_
#include "uunxapi.h"
-#endif
-#ifndef _RTL_USTRING_HXX_
#include <rtl/ustring.hxx>
-#endif
namespace osl
{