summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-06-24 15:09:23 +1000
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-25 11:53:17 +0200
commit3abc5d24b499a80b656cbb40b0f31566c3e2e714 (patch)
tree59b7c85dc494649fb0ed1a67a8a71445c451570a /sal
parent7c6ccc424eec53cac72a9fc81913f6ad780d91aa (diff)
osl: cleanup headers of unx/file.cxx
Change-Id: Ic1d171cf11cf36058f6d1f40c9ca041012e1b0e1 Reviewed-on: https://gerrit.libreoffice.org/39198 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/file.cxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx
index 4ed11ec8192f..945d989def21 100644
--- a/sal/osl/unx/file.cxx
+++ b/sal/osl/unx/file.cxx
@@ -19,15 +19,12 @@
#include <config_features.h>
-#include "osl/file.hxx"
-#include "osl/detail/file.h"
-
-#include "osl/diagnose.h"
-#include "rtl/alloc.h"
-
-#include <rtl/string.hxx>
-
#include <sal/log.hxx>
+#include <osl/diagnose.h>
+#include <osl/file.hxx>
+#include <osl/detail/file.h>
+#include <rtl/alloc.h>
+#include <rtl/string.hxx>
#include "system.hxx"
#include "createfilehandlefromfd.hxx"