| Index: fpdfsdk/fsdk_pauseadapter.cpp
 | 
| diff --git a/fpdfsdk/fsdk_pauseadapter.cpp b/fpdfsdk/fsdk_pauseadapter.cpp
 | 
| index 067177b5e9ccca46e43d2ae81fc3eb7d126af5dc..a1ea46b43e48b7709cf94d9195102c7f1f845d16 100644
 | 
| --- a/fpdfsdk/fsdk_pauseadapter.cpp
 | 
| +++ b/fpdfsdk/fsdk_pauseadapter.cpp
 | 
| @@ -4,7 +4,7 @@
 | 
|  
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
| -#include "fpdfsdk/include/fsdk_pauseadapter.h"
 | 
| +#include "fpdfsdk/fsdk_pauseadapter.h"
 | 
|  
 | 
|  IFSDK_PAUSE_Adapter::IFSDK_PAUSE_Adapter(IFSDK_PAUSE* IPause)
 | 
|      : m_IPause(IPause) {}
 | 
| 
 |