Index: xfa/src/fxfa/src/app/xfa_ffchoicelist.cpp |
diff --git a/xfa/src/fxfa/src/app/xfa_ffchoicelist.cpp b/xfa/src/fxfa/src/app/xfa_ffchoicelist.cpp |
index 46907f4cddc68f30a0a65a9e978e33247aeb00d7..67b5cc31108810443e957b24aac63adede910e51 100644 |
--- a/xfa/src/fxfa/src/app/xfa_ffchoicelist.cpp |
+++ b/xfa/src/fxfa/src/app/xfa_ffchoicelist.cpp |
@@ -4,8 +4,13 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "xfa/src/foxitlib.h" |
#include "xfa/src/fxfa/src/app/xfa_ffchoicelist.h" |
+ |
+#include "xfa/include/fwl/basewidget/fwl_edit.h" |
+#include "xfa/include/fwl/core/fwl_app.h" |
+#include "xfa/include/fwl/lightwidget/combobox.h" |
+#include "xfa/include/fwl/lightwidget/listbox.h" |
+#include "xfa/src/foxitlib.h" |
#include "xfa/src/fxfa/src/app/xfa_ffdoc.h" |
#include "xfa/src/fxfa/src/app/xfa_ffdocview.h" |
#include "xfa/src/fxfa/src/app/xfa_fffield.h" |