| 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 c3331f2870122de95232027b2a25ed234e90d54d..47140a0c6d00c4b3d380e0ec0aae64e697e1a952 100644
 | 
| --- a/xfa/src/fxfa/src/app/xfa_fffield.cpp
 | 
| +++ b/xfa/src/fxfa/src/app/xfa_fffield.cpp
 | 
| @@ -5,15 +5,15 @@
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
|  #include "xfa/src/foxitlib.h"
 | 
| -#include "xfa/src/fxfa/src/common/xfa_common.h"
 | 
| -#include "xfa/src/fxfa/src/app/xfa_ffwidget.h"
 | 
| -#include "xfa/src/fxfa/src/app/xfa_fffield.h"
 | 
| -#include "xfa/src/fxfa/src/app/xfa_ffpageview.h"
 | 
|  #include "xfa/src/fxfa/src/app/xfa_ffapp.h"
 | 
|  #include "xfa/src/fxfa/src/app/xfa_ffdoc.h"
 | 
| +#include "xfa/src/fxfa/src/app/xfa_ffdocview.h"
 | 
| +#include "xfa/src/fxfa/src/app/xfa_fffield.h"
 | 
| +#include "xfa/src/fxfa/src/app/xfa_ffpageview.h"
 | 
| +#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/app/xfa_ffdocview.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);
 | 
| 
 |