diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-06-23 08:37:59 +1000 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-23 22:07:27 +0200 |
commit | c6e6255f7a8fa6c52b8fc1989137a77cf2f0a488 (patch) | |
tree | 46962842c526337772aee4b299447abf3dea5eb8 /sal | |
parent | 5a72018557d649ede54b739a07a124b86848261d (diff) |
osl: w32/file.cxx update headers
Change-Id: Ie5f9bb56afc00d1de7285008d9f99308b2673f25
Reviewed-on: https://gerrit.libreoffice.org/39142
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/file.cxx | 20 |
1 files changed, 9 insertions, 11 deletions
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 |