| Index: core/fpdftext/cpdf_linkextract.cpp
|
| diff --git a/core/fpdftext/cpdf_linkextract.cpp b/core/fpdftext/cpdf_linkextract.cpp
|
| index 021cc5e009352a02d193c26358a76c655e5e4904..8546a8294c41dcae5250c329e2c3af955e59b039 100644
|
| --- a/core/fpdftext/cpdf_linkextract.cpp
|
| +++ b/core/fpdftext/cpdf_linkextract.cpp
|
| @@ -9,9 +9,9 @@
|
| #include <vector>
|
|
|
| #include "core/fpdftext/cpdf_textpage.h"
|
| -#include "core/fxcrt/include/fx_ext.h"
|
| -#include "core/fxcrt/include/fx_string.h"
|
| -#include "core/fxcrt/include/fx_system.h"
|
| +#include "core/fxcrt/fx_ext.h"
|
| +#include "core/fxcrt/fx_string.h"
|
| +#include "core/fxcrt/fx_system.h"
|
|
|
| CPDF_LinkExtract::CPDF_LinkExtract(const CPDF_TextPage* pTextPage)
|
| : m_pTextPage(pTextPage) {}
|
|
|