Remove forward declarations of CFDE_RenderDevice.

There is no longer such a thing.

Change-Id: Id3c1c672f4866433cd98208bc294d329ecf7bf0e
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/73850
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
diff --git a/xfa/fde/cfde_textout.h b/xfa/fde/cfde_textout.h
index efb88b6..bae7b70 100644
--- a/xfa/fde/cfde_textout.h
+++ b/xfa/fde/cfde_textout.h
@@ -16,7 +16,6 @@
 #include "xfa/fde/cfde_data.h"
 #include "xfa/fgas/layout/cfx_char.h"
 
-class CFDE_RenderDevice;
 class CFGAS_GEFont;
 class CFX_RenderDevice;
 class CFX_TxtBreak;
diff --git a/xfa/fxfa/cxfa_textlayout.h b/xfa/fxfa/cxfa_textlayout.h
index 4c29fd0..4da4304 100644
--- a/xfa/fxfa/cxfa_textlayout.h
+++ b/xfa/fxfa/cxfa_textlayout.h
@@ -24,7 +24,6 @@
 #include "xfa/fgas/layout/cfx_textpiece.h"
 #include "xfa/fxfa/fxfa_basic.h"
 
-class CFDE_RenderDevice;
 class CFX_CSSComputedStyle;
 class CFX_LinkUserData;
 class CFX_RTFBreak;