diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-11-21 18:24:16 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-11-21 18:26:29 +0900 |
commit | d4b9e3b287d01fe12462fba872db18de0f7a407a (patch) | |
tree | 3114f5890bac1884798ba55bfdc6297553a7ef51 /src/lib/evas/common | |
parent | 233ca45db0f21017afd08cc9353db2a7a144ba98 (diff) |
evas: this headers order are seriously insane, hope that one fix the last breakage.
Diffstat (limited to 'src/lib/evas/common')
-rw-r--r-- | src/lib/evas/common/evas_font_load.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/common/evas_font_load.c b/src/lib/evas/common/evas_font_load.c index c6d6ce3eda..fbe83e18ec 100644 --- a/src/lib/evas/common/evas_font_load.c +++ b/src/lib/evas/common/evas_font_load.c | |||
@@ -4,8 +4,6 @@ | |||
4 | 4 | ||
5 | #include <assert.h> | 5 | #include <assert.h> |
6 | 6 | ||
7 | #include "evas_font_ot.h" /* USE_HARFBUZZ */ | ||
8 | |||
9 | #ifdef USE_HARFBUZZ | 7 | #ifdef USE_HARFBUZZ |
10 | # include <hb.h> | 8 | # include <hb.h> |
11 | #endif | 9 | #endif |
@@ -13,6 +11,8 @@ | |||
13 | #include "evas_common_private.h" | 11 | #include "evas_common_private.h" |
14 | #include "evas_private.h" | 12 | #include "evas_private.h" |
15 | 13 | ||
14 | #include "evas_font_ot.h" /* USE_HARFBUZZ */ | ||
15 | |||
16 | #include "evas_font_private.h" /* for Frame-Queuing support */ | 16 | #include "evas_font_private.h" /* for Frame-Queuing support */ |
17 | #include <freetype/tttables.h> /* Freetype2 OS/2 font table. */ | 17 | #include <freetype/tttables.h> /* Freetype2 OS/2 font table. */ |
18 | 18 | ||