[Libreoffice-commits] core.git: sal/osl
Chris Sherlock
chris.sherlock79 at gmail.com
Sun Jun 25 09:53:39 UTC 2017
sal/osl/unx/file.cxx | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
New commits:
commit 3abc5d24b499a80b656cbb40b0f31566c3e2e714
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sat Jun 24 15:09:23 2017 +1000
osl: cleanup headers of unx/file.cxx
Change-Id: Ic1d171cf11cf36058f6d1f40c9ca041012e1b0e1
Reviewed-on: https://gerrit.libreoffice.org/39198
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>
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"
More information about the Libreoffice-commits
mailing list