Index: xfa/fwl/core/ifwl_form.h |
diff --git a/xfa/fwl/core/ifwl_form.h b/xfa/fwl/core/ifwl_form.h |
index 75bec50d8e89dcb2e94d6e872113cd85a79795d4..13eb9d31f452d078b31c4329abab2d963a53cc7b 100644 |
--- a/xfa/fwl/core/ifwl_form.h |
+++ b/xfa/fwl/core/ifwl_form.h |
@@ -7,10 +7,10 @@ |
#ifndef XFA_FWL_CORE_IFWL_FORM_H_ |
#define XFA_FWL_CORE_IFWL_FORM_H_ |
-#include "xfa/fwl/core/ifwl_dataprovider.h" |
-#include "xfa/fwl/core/ifwl_widget.h" |
#include "core/fxcrt/include/fx_system.h" |
#include "xfa/fwl/core/cfwl_widgetimpproperties.h" |
+#include "xfa/fwl/core/ifwl_dataprovider.h" |
+#include "xfa/fwl/core/ifwl_widget.h" |
#define FWL_CLASS_Form L"FWL_FORM" |
#define FWL_CLASS_FormProxy L"FWL_FORMPROXY" |