summaryrefslogtreecommitdiff
path: root/sal/osl/unx/tempfile.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-19 17:12:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-19 17:12:03 +0100
commitaf66914c1151533ced12bca6e8a7ec14348bdb9e (patch)
tree0e43952879f84ee646deaeecedc70d0866965c22 /sal/osl/unx/tempfile.cxx
parent26cf7dcf19933feffabcb6b690e840c51f04c31b (diff)
system.h -> system.hxx
Change-Id: I39a60d0b775bfe40fa89e8b5d5f7466d0db5d36e
Diffstat (limited to 'sal/osl/unx/tempfile.cxx')
-rw-r--r--sal/osl/unx/tempfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/tempfile.cxx b/sal/osl/unx/tempfile.cxx
index 204535c455aa..38cc0b83502f 100644
--- a/sal/osl/unx/tempfile.cxx
+++ b/sal/osl/unx/tempfile.cxx
@@ -22,7 +22,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include "system.h"
+#include "system.hxx"
#include <osl/file.h>
#include <osl/thread.h>
#include <rtl/ustrbuf.h>