| Index: xfa/src/fxfa/src/app/xfa_ffimage.cpp
 | 
| diff --git a/xfa/src/fxfa/src/app/xfa_ffimage.cpp b/xfa/src/fxfa/src/app/xfa_ffimage.cpp
 | 
| index 1a79b32b06265e2d56598098701db6adf2d359b6..947bad6881abf8a73242dbf128d449e747c2a8e9 100644
 | 
| --- a/xfa/src/fxfa/src/app/xfa_ffimage.cpp
 | 
| +++ b/xfa/src/fxfa/src/app/xfa_ffimage.cpp
 | 
| @@ -5,13 +5,13 @@
 | 
|  // 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_ffapp.h"
 | 
| +#include "xfa/src/fxfa/src/app/xfa_ffdoc.h"
 | 
|  #include "xfa/src/fxfa/src/app/xfa_ffdraw.h"
 | 
|  #include "xfa/src/fxfa/src/app/xfa_ffimage.h"
 | 
|  #include "xfa/src/fxfa/src/app/xfa_ffpageview.h"
 | 
| -#include "xfa/src/fxfa/src/app/xfa_ffdoc.h"
 | 
| -#include "xfa/src/fxfa/src/app/xfa_ffapp.h"
 | 
| +#include "xfa/src/fxfa/src/app/xfa_ffwidget.h"
 | 
| +#include "xfa/src/fxfa/src/common/xfa_common.h"
 | 
|  CXFA_FFImage::CXFA_FFImage(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc)
 | 
|      : CXFA_FFDraw(pPageView, pDataAcc) {}
 | 
|  CXFA_FFImage::~CXFA_FFImage() {
 | 
| 
 |