From 06f49c808a23d0ce9f89fd7fa6552a0f0ee96bbb Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Sat, 27 Feb 2016 08:53:48 -0500 Subject: Cleanup forward declarations. This CL removes duplicate forward declarations, removes extraneous declarations and adds a couple of missing declarations. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1741003002 . --- xfa/include/fxjse/fxjse.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'xfa/include/fxjse') diff --git a/xfa/include/fxjse/fxjse.h b/xfa/include/fxjse/fxjse.h index 76f624e2a6..5466582022 100644 --- a/xfa/include/fxjse/fxjse.h +++ b/xfa/include/fxjse/fxjse.h @@ -11,8 +11,6 @@ #include "core/include/fxcrt/fx_string.h" #include "core/include/fxcrt/fx_system.h" -class CPDFDoc_Environment; -class CPDF_Page; struct FXJSE_CLASS; typedef struct FXJSE_HRUNTIME_ { void* pData; } * FXJSE_HRUNTIME; -- cgit v1.2.3