| Index: xfa/src/fxfa/src/app/xfa_ffdraw.cpp
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffdraw.cpp b/xfa/src/fxfa/src/app/xfa_ffdraw.cpp
|
| index 1989ff9761af429f5ec633b6249afc33fac6c104..8a5379258de628c7508dd3c5b843b9a07916ae20 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffdraw.cpp
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffdraw.cpp
|
| @@ -10,7 +10,7 @@
|
| #include "xfa/src/fxfa/src/app/xfa_ffdraw.h"
|
| #include "xfa/src/fxfa/src/app/xfa_ffpageview.h"
|
| #include "xfa/src/fxfa/src/app/xfa_ffwidget.h"
|
| -#include "xfa/src/fxfa/src/common/xfa_common.h"
|
| +
|
| CXFA_FFDraw::CXFA_FFDraw(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc)
|
| : CXFA_FFWidget(pPageView, pDataAcc) {}
|
| CXFA_FFDraw::~CXFA_FFDraw() {}
|
|
|