From 2ca2da505ba75cd830539ffc98dfc482fd4daa41 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 13 Sep 2016 18:10:34 -0700 Subject: 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 --- xfa/fwl/lightwidget/cfwl_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fwl/lightwidget') diff --git a/xfa/fwl/lightwidget/cfwl_widget.h b/xfa/fwl/lightwidget/cfwl_widget.h index 80e278e161..c230ce200c 100644 --- a/xfa/fwl/lightwidget/cfwl_widget.h +++ b/xfa/fwl/lightwidget/cfwl_widget.h @@ -10,8 +10,8 @@ #include #include "xfa/fwl/core/cfwl_event.h" -#include "xfa/fwl/lightwidget/cfwl_widgetproperties.h" #include "xfa/fwl/core/ifwl_widget.h" +#include "xfa/fwl/lightwidget/cfwl_widgetproperties.h" class CFWL_Event; class CFWL_Message; -- cgit v1.2.3