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 b47c595350..22dc904c1f 100644 --- a/fxjs/cjs_runtime.cpp +++ b/fxjs/cjs_runtime.cpp @@ -9,7 +9,6 @@ #include <algorithm> #include "fpdfsdk/cpdfsdk_formfillenvironment.h" -#include "fxjs/JS_Define.h" #include "fxjs/cjs_annot.h" #include "fxjs/cjs_app.h" #include "fxjs/cjs_border.h" @@ -39,6 +38,7 @@ #include "fxjs/cjs_timerobj.h" #include "fxjs/cjs_util.h" #include "fxjs/cjs_zoomtype.h" +#include "fxjs/js_define.h" #include "public/fpdf_formfill.h" #include "third_party/base/stl_util.h" |