diff options
Diffstat (limited to 'fxjs/cjx_object.h')
-rw-r--r-- | fxjs/cjx_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjx_object.h b/fxjs/cjx_object.h index 27006f5169..e21b38ec86 100644 --- a/fxjs/cjx_object.h +++ b/fxjs/cjx_object.h @@ -10,10 +10,10 @@ #include "core/fxcrt/unowned_ptr.h" #include "core/fxcrt/widestring.h" #include "xfa/fxfa/fxfa_basic.h" -#include "xfa/fxfa/parser/cxfa_document.h" class CFXJSE_Value; class CXFA_Object; +class CXFA_Document; class CJX_Object { public: |