[Libreoffice-commits] core.git: sal/osl

Chris Sherlock chris.sherlock79 at gmail.com
Fri Jun 23 20:07:48 UTC 2017


 sal/osl/w32/file.cxx |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

New commits:
commit c6e6255f7a8fa6c52b8fc1989137a77cf2f0a488
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Fri Jun 23 08:37:59 2017 +1000

    osl: w32/file.cxx update headers
    
    Change-Id: Ie5f9bb56afc00d1de7285008d9f99308b2673f25
    Reviewed-on: https://gerrit.libreoffice.org/39142
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/sal/osl/w32/file.cxx b/sal/osl/w32/file.cxx
index 97f6d8fe6d33..207c18c7eaef 100644
--- a/sal/osl/w32/file.cxx
+++ b/sal/osl/w32/file.cxx
@@ -19,24 +19,22 @@
 
 #define UNICODE
 #define _UNICODE
-#include "systools/win32/uwinapi.h"
+#include <systools/win32/uwinapi.h>
 
-#include "osl/file.hxx"
+#include <osl/file.hxx>
+#include <osl/diagnose.h>
+#include <rtl/alloc.h>
+#include <rtl/byteseq.h>
+#include <rtl/ustring.hxx>
 
-#include <file-impl.hxx>
+#include "file-impl.hxx"
 #include "file_url.hxx"
 #include "file_error.hxx"
 
-#include "osl/diagnose.h"
-#include "rtl/alloc.h"
-#include "rtl/byteseq.h"
-#include "rtl/ustring.hxx"
-
-#include <stdio.h>
-#include <tchar.h>
-
+#include <cstdio>
 #include <algorithm>
 #include <limits>
+#include <tchar.h>
 
 #ifdef max /* conflict w/ std::numeric_limits<T>::max() */
 #undef max


More information about the Libreoffice-commits mailing list