diff options
Diffstat (limited to 'testing/xfa_js_embedder_test.h')
-rw-r--r-- | testing/xfa_js_embedder_test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/xfa_js_embedder_test.h b/testing/xfa_js_embedder_test.h index 3534280676..0c8b08e670 100644 --- a/testing/xfa_js_embedder_test.h +++ b/testing/xfa_js_embedder_test.h @@ -8,14 +8,14 @@ #include <memory> #include <string> -#include "fxjs/cfxjs_engine.h" -#include "fxjs/cfxjse_value.h" #include "testing/embedder_test.h" #include "xfa/fxfa/parser/cxfa_document.h" #include "xfa/fxfa/parser/cxfa_node.h" #include "xfa/fxfa/parser/cxfa_object.h" class CFXJSE_Engine; +class CFXJSE_Value; +class CFX_V8ArrayBufferAllocator; class XFAJSEmbedderTest : public EmbedderTest { public: |