summaryrefslogtreecommitdiffstats
path: root/sal/osl/unx/tempfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/tempfile.c')
-rw-r--r--sal/osl/unx/tempfile.c6
1 files changed, 0 insertions, 6 deletions
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 )
{