diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-02-18 14:48:48 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-02-18 14:48:48 -0500 |
commit | 61046b948a7a15a605147635d317ff3bb27fb452 (patch) | |
tree | 257bd5902ca9f242cfec7b19f014885a74edfa1d /core/src/fxcrt | |
parent | dee2d7ba656cdf8111f879485146e0900630826a (diff) | |
download | pdfium-61046b948a7a15a605147635d317ff3bb27fb452.tar.xz |
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 .
Diffstat (limited to 'core/src/fxcrt')
-rw-r--r-- | core/src/fxcrt/fx_basic_gcc.cpp | 2 | ||||
-rw-r--r-- | core/src/fxcrt/fx_basic_util.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/src/fxcrt/fx_basic_gcc.cpp b/core/src/fxcrt/fx_basic_gcc.cpp index 50499a8dc4..d905d6b498 100644 --- a/core/src/fxcrt/fx_basic_gcc.cpp +++ b/core/src/fxcrt/fx_basic_gcc.cpp @@ -4,9 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include <limits> #include <cctype> #include <cwctype> +#include <limits> #include "core/include/fxcrt/fx_ext.h" #include "core/include/fxcrt/fx_string.h" diff --git a/core/src/fxcrt/fx_basic_util.cpp b/core/src/fxcrt/fx_basic_util.cpp index 9f32ebe752..fdf7284883 100644 --- a/core/src/fxcrt/fx_basic_util.cpp +++ b/core/src/fxcrt/fx_basic_util.cpp @@ -10,8 +10,8 @@ #include <cctype> #if _FXM_PLATFORM_ != _FXM_PLATFORM_WINDOWS_ -#include <sys/types.h> #include <dirent.h> +#include <sys/types.h> #else #include <direct.h> #endif |