diff options
Diffstat (limited to 'sal/osl/unx/tempfile.cxx')
-rw-r--r-- | sal/osl/unx/tempfile.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sal/osl/unx/tempfile.cxx b/sal/osl/unx/tempfile.cxx index dbafe2fae297..85259f1667f3 100644 --- a/sal/osl/unx/tempfile.cxx +++ b/sal/osl/unx/tempfile.cxx @@ -17,13 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <stdio.h> #include <stdlib.h> -#include <sys/types.h> #include <sys/stat.h> #include <sys/time.h> #include <unistd.h> -#include "system.hxx" #include <osl/file.h> #include <osl/thread.h> #include <rtl/ustrbuf.h> |