summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/fpdftext.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-11-06 13:49:48 -0800
committerLei Zhang <thestig@chromium.org>2015-11-06 13:49:48 -0800
commit5899671184d01b74989d181363066379ef3e4051 (patch)
treef925a1641773a0a007a5ba8af618d5c05fc7131f /fpdfsdk/src/fpdftext.cpp
parentf1a7cd8c489e75abff7a2e952ea52f92142a5b88 (diff)
downloadpdfium-5899671184d01b74989d181363066379ef3e4051.tar.xz
Fix all relative includes to public.
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1415803007 .
Diffstat (limited to 'fpdfsdk/src/fpdftext.cpp')
-rw-r--r--fpdfsdk/src/fpdftext.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/fpdfsdk/src/fpdftext.cpp b/fpdfsdk/src/fpdftext.cpp
index 800c138f3f..e0a5abf90a 100644
--- a/fpdfsdk/src/fpdftext.cpp
+++ b/fpdfsdk/src/fpdftext.cpp
@@ -4,9 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
+#include "public/fpdf_text.h"
+
#include "../../core/include/fpdfdoc/fpdf_doc.h"
#include "../../core/include/fpdftext/fpdf_text.h"
-#include "../../public/fpdf_text.h"
#include "../include/fsdk_define.h"
#ifdef _WIN32