| Index: xfa/src/fxfa/src/app/xfa_fffield.cpp | 
| diff --git a/xfa/src/fxfa/src/app/xfa_fffield.cpp b/xfa/src/fxfa/src/app/xfa_fffield.cpp | 
| index 47140a0c6d00c4b3d380e0ec0aae64e697e1a952..83e99a08e342f944ad1d2dacbfd846ae43c0d3d8 100644 | 
| --- a/xfa/src/fxfa/src/app/xfa_fffield.cpp | 
| +++ b/xfa/src/fxfa/src/app/xfa_fffield.cpp | 
| @@ -13,7 +13,7 @@ | 
| #include "xfa/src/fxfa/src/app/xfa_ffwidget.h" | 
| #include "xfa/src/fxfa/src/app/xfa_fwltheme.h" | 
| #include "xfa/src/fxfa/src/app/xfa_textlayout.h" | 
| -#include "xfa/src/fxfa/src/common/xfa_common.h" | 
| + | 
| CXFA_FFField::CXFA_FFField(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc) | 
| : CXFA_FFWidget(pPageView, pDataAcc), m_pNormalWidget(NULL) { | 
| m_rtUI.Set(0, 0, 0, 0); | 
|  |