From 70156345b2a7bc57b8bfca5f3d58c34505ad6518 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 18 Oct 2018 19:29:59 +0000 Subject: Forward declare some fxjs/ classes. And remove unnecessary fxjs/ #includes in header files. Change-Id: If89dd2717b6ba93dbb7493e8ca80d78deaa64b06 Reviewed-on: https://pdfium-review.googlesource.com/c/44270 Reviewed-by: Tom Sepez Commit-Queue: Lei Zhang --- fxjs/ijs_runtime.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fxjs/ijs_runtime.h') diff --git a/fxjs/ijs_runtime.h b/fxjs/ijs_runtime.h index 61aeda5600..781e86c576 100644 --- a/fxjs/ijs_runtime.h +++ b/fxjs/ijs_runtime.h @@ -14,10 +14,7 @@ #include "core/fxcrt/unowned_ptr.h" #include "third_party/base/optional.h" -#ifdef PDF_ENABLE_XFA -#include "fxjs/fxjse.h" -#endif // PDF_ENABLE_XFA - +class CFXJSE_Value; class CJS_Runtime; class CPDFSDK_FormFillEnvironment; class IJS_EventContext; -- cgit v1.2.3