diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-13 18:10:34 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-13 18:10:34 -0700 |
commit | 2ca2da505ba75cd830539ffc98dfc482fd4daa41 (patch) | |
tree | 1f31a1201b63b7de23564f678423d11e58e8a1b4 /xfa/fwl/theme | |
parent | 3d704888eb6f5c72edd3abe6e5e48a62ef218975 (diff) | |
download | pdfium-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 'xfa/fwl/theme')
-rw-r--r-- | xfa/fwl/theme/cfwl_widgettp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/theme/cfwl_widgettp.h b/xfa/fwl/theme/cfwl_widgettp.h index e6d09326c2..091ad7ddae 100644 --- a/xfa/fwl/theme/cfwl_widgettp.h +++ b/xfa/fwl/theme/cfwl_widgettp.h @@ -13,8 +13,8 @@ #include "core/fxcrt/include/fx_coordinates.h" #include "core/fxcrt/include/fx_system.h" #include "xfa/fwl/core/fwl_error.h" -#include "xfa/fxgraphics/include/cfx_graphics.h" #include "xfa/fwl/theme/cfwl_utils.h" +#include "xfa/fxgraphics/include/cfx_graphics.h" enum class CFWL_WidgetCapacity { None = 0, |