From 61046b948a7a15a605147635d317ff3bb27fb452 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 18 Feb 2016 14:48:48 -0500 Subject: Sort headers in non-xfa directories. This CL runs the chromium sort-headers.py script over the non-xfa code. XFA will be done after the includes have been updated to full paths. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1711793002 . --- core/include/fxcrt/fx_stream.h | 2 +- core/include/fxcrt/fx_system.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'core/include/fxcrt') diff --git a/core/include/fxcrt/fx_stream.h b/core/include/fxcrt/fx_stream.h index 263a355fff..b35b63544f 100644 --- a/core/include/fxcrt/fx_stream.h +++ b/core/include/fxcrt/fx_stream.h @@ -23,8 +23,8 @@ FX_WCHAR FX_GetFolderSeparator(); #define FX_FILESIZE int32_t #else #include -#include #include +#include #ifndef O_BINARY #define O_BINARY 0 #endif diff --git a/core/include/fxcrt/fx_system.h b/core/include/fxcrt/fx_system.h index 5ab7f723ad..d52377060a 100644 --- a/core/include/fxcrt/fx_system.h +++ b/core/include/fxcrt/fx_system.h @@ -55,13 +55,13 @@ #if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_ #define _CRT_SECURE_NO_WARNINGS -#include #include +#include #endif #if _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_ -#include #include +#include #endif #ifdef __cplusplus -- cgit v1.2.3