diff options
Diffstat (limited to 'fxjs/cjs_runtime.cpp')
-rw-r--r-- | fxjs/cjs_runtime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_runtime.cpp b/fxjs/cjs_runtime.cpp index 6043debc44..8a3b166cbd 100644 --- a/fxjs/cjs_runtime.cpp +++ b/fxjs/cjs_runtime.cpp @@ -10,7 +10,6 @@ #include "fpdfsdk/cpdfsdk_formfillenvironment.h" #include "fxjs/JS_Define.h" -#include "fxjs/JS_GlobalData.h" #include "fxjs/cjs_annot.h" #include "fxjs/cjs_app.h" #include "fxjs/cjs_border.h" @@ -26,6 +25,7 @@ #include "fxjs/cjs_global.h" #include "fxjs/cjs_globalarrays.h" #include "fxjs/cjs_globalconsts.h" +#include "fxjs/cjs_globaldata.h" #include "fxjs/cjs_highlight.h" #include "fxjs/cjs_icon.h" #include "fxjs/cjs_object.h" |