aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@cyngn.com>2016-04-18 11:14:02 -0700
committerJessica Wagantall <jwagantall@cyngn.com>2016-04-18 11:14:02 -0700
commit8f8b2f2cf16b238825a11715ad3b85e063b601bb (patch)
tree71757a86d8b5727aefcb1c667375a03361b8982e
parent20ad4b06d1ea5e3e99df1890c215846692a44866 (diff)
parent96f965ff7411f1edba72140fd70740e63cabec71 (diff)
downloadandroid_external_pdfium-stable/cm-13.0-ZNH5Y.tar.gz
android_external_pdfium-stable/cm-13.0-ZNH5Y.tar.bz2
android_external_pdfium-stable/cm-13.0-ZNH5Y.zip
Merge tag 'android-6.0.1_r30' into HEADreplicant-6.0-0001stable/cm-13.0-ZNH5Y
Ticket: RM-234 Android 6.0.1 release 30
-rw-r--r--core/include/fxge/fx_freetype.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/include/fxge/fx_freetype.h b/core/include/fxge/fx_freetype.h
index 6975ead..7ad9812 100644
--- a/core/include/fxge/fx_freetype.h
+++ b/core/include/fxge/fx_freetype.h
@@ -8,12 +8,12 @@
#define CORE_INCLUDE_FXGE_FX_FREETYPE_H_
#include <ft2build.h>
-#include <freetype.h>
-#include <ftglyph.h>
-#include <ftlcdfil.h>
-#include <ftmm.h>
-#include <ftoutln.h>
-#include <tttables.h>
+#include FT_FREETYPE_H
+#include FT_GLYPH_H
+#include FT_LCD_FILTER_H
+#include FT_MULTIPLE_MASTERS_H
+#include FT_OUTLINE_H
+#include FT_TRUETYPE_TABLES_H
#ifdef __cplusplus
extern "C" {
#endif