summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdf_sysfontinfo.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-13 18:10:34 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-13 18:10:34 -0700
commit2ca2da505ba75cd830539ffc98dfc482fd4daa41 (patch)
tree1f31a1201b63b7de23564f678423d11e58e8a1b4 /fpdfsdk/fpdf_sysfontinfo.cpp
parent3d704888eb6f5c72edd3abe6e5e48a62ef218975 (diff)
downloadpdfium-2ca2da505ba75cd830539ffc98dfc482fd4daa41.tar.xz
Sort include entries.
This CL updates all of the includes to be correctly sorted. A PRESUBMIT warning is added (from chromium) that will warn if the includes are in the wrong order on upload. Review-Url: https://codereview.chromium.org/2337293002
Diffstat (limited to 'fpdfsdk/fpdf_sysfontinfo.cpp')
-rw-r--r--fpdfsdk/fpdf_sysfontinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/fpdf_sysfontinfo.cpp b/fpdfsdk/fpdf_sysfontinfo.cpp
index 12253a932d..c5eab95d56 100644
--- a/fpdfsdk/fpdf_sysfontinfo.cpp
+++ b/fpdfsdk/fpdf_sysfontinfo.cpp
@@ -7,9 +7,9 @@
#include "public/fpdf_sysfontinfo.h"
#include "core/fxge/include/cfx_fontmapper.h"
-#include "core/fxge/include/ifx_systemfontinfo.h"
#include "core/fxge/include/cfx_gemodule.h"
#include "core/fxge/include/fx_font.h"
+#include "core/fxge/include/ifx_systemfontinfo.h"
#include "fpdfsdk/include/fsdk_define.h"
#include "fpdfsdk/pdfwindow/PWL_FontMap.h"