diff options
Diffstat (limited to 'fxjs/cjs_annot.cpp')
-rw-r--r-- | fxjs/cjs_annot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_annot.cpp b/fxjs/cjs_annot.cpp index 4cb126dcff..b226621dd6 100644 --- a/fxjs/cjs_annot.cpp +++ b/fxjs/cjs_annot.cpp @@ -6,9 +6,9 @@ #include "fxjs/cjs_annot.h" -#include "fxjs/JS_Define.h" #include "fxjs/cjs_event_context.h" #include "fxjs/cjs_object.h" +#include "fxjs/js_define.h" #include "fxjs/js_resources.h" namespace { |