summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Röttsches <drott@chromium.org>2017-03-30 19:29:18 +0300
committerChromium commit bot <commit-bot@chromium.org>2017-03-30 16:56:18 +0000
commitdd046dac0819b2db4c445f7cc4b8bab15d8409c1 (patch)
tree68046b36665dce600c640314215e3b3115803edb
parent8e5038f8a27b6275633e1015e7d0a480a6e8ae51 (diff)
downloadpdfium-dd046dac0819b2db4c445f7cc4b8bab15d8409c1.tar.xz
Fix Chromium XFA build
Remove unnecessary FreeType include. BUG=chromium:706824 Change-Id: If3006a047e9431d6bf4111da867a998994034f56 Reviewed-on: https://pdfium-review.googlesource.com/3391 Reviewed-by: Nicolás Peña <npm@chromium.org> Commit-Queue: Nicolás Peña <npm@chromium.org>
-rw-r--r--xfa/fgas/font/cfgas_fontmgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fgas/font/cfgas_fontmgr.h b/xfa/fgas/font/cfgas_fontmgr.h
index dc1dfff394..88d604fb66 100644
--- a/xfa/fgas/font/cfgas_fontmgr.h
+++ b/xfa/fgas/font/cfgas_fontmgr.h
@@ -18,7 +18,7 @@
#include "core/fxge/cfx_fontmapper.h"
#include "core/fxge/fx_freetype.h"
#include "core/fxge/ifx_systemfontinfo.h"
-#include "third_party/freetype/include/freetype/fttypes.h"
+#include "freetype/fttypes.h"
#include "xfa/fgas/crt/ifgas_stream.h"
#define FX_FONTSTYLE_Normal 0x00