diff options
Diffstat (limited to 'fpdfsdk/include/formfiller/FFL_ComboBox.h')
-rw-r--r-- | fpdfsdk/include/formfiller/FFL_ComboBox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/include/formfiller/FFL_ComboBox.h b/fpdfsdk/include/formfiller/FFL_ComboBox.h index 590a646d1d..672b0b2b7c 100644 --- a/fpdfsdk/include/formfiller/FFL_ComboBox.h +++ b/fpdfsdk/include/formfiller/FFL_ComboBox.h @@ -7,8 +7,8 @@ #ifndef FPDFSDK_INCLUDE_FORMFILLER_FFL_COMBOBOX_H_ #define FPDFSDK_INCLUDE_FORMFILLER_FFL_COMBOBOX_H_ -#include "fpdfsdk/include/formfiller/FFL_FormFiller.h" #include "core/include/fxcrt/fx_string.h" +#include "fpdfsdk/include/formfiller/FFL_FormFiller.h" class CBA_FontMap; class CPDFSDK_Document; |