diff options
Diffstat (limited to 'xfa/fde/cfde_path.h')
-rw-r--r-- | xfa/fde/cfde_path.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/fde/cfde_path.h b/xfa/fde/cfde_path.h index b0359cd198..936a5c8a78 100644 --- a/xfa/fde/cfde_path.h +++ b/xfa/fde/cfde_path.h @@ -9,9 +9,8 @@ #include "core/fxge/cfx_pathdata.h" #include "core/fxge/cfx_renderdevice.h" -#include "xfa/fgas/crt/fgas_memory.h" -class CFDE_Path : public CFX_Target { +class CFDE_Path { public: bool StartFigure(); bool CloseFigure(); |