summaryrefslogtreecommitdiff
path: root/fpdfsdk/fxedit/fxet_ap.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-29 11:58:38 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-29 11:58:38 -0700
commit166bc16e15a5be72fe19da97504b4837967333ff (patch)
treeec6d5e2e997840e51fc10d7bc9f709448bdb9152 /fpdfsdk/fxedit/fxet_ap.cpp
parent1771a71f8140944eafa66f0e1f0779de4c0631af (diff)
downloadpdfium-166bc16e15a5be72fe19da97504b4837967333ff.tar.xz
Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2375283003
Diffstat (limited to 'fpdfsdk/fxedit/fxet_ap.cpp')
-rw-r--r--fpdfsdk/fxedit/fxet_ap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/fxedit/fxet_ap.cpp b/fpdfsdk/fxedit/fxet_ap.cpp
index 8484e5de63..1db6400be3 100644
--- a/fpdfsdk/fxedit/fxet_ap.cpp
+++ b/fpdfsdk/fxedit/fxet_ap.cpp
@@ -4,7 +4,7 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "core/fpdfapi/fpdf_font/include/cpdf_font.h"
+#include "core/fpdfapi/fpdf_font/cpdf_font.h"
#include "core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h"
#include "core/fpdfdoc/include/cpvt_word.h"
#include "core/fpdfdoc/include/ipvt_fontmap.h"