diff options
Diffstat (limited to 'src/lib/evas/common')
-rw-r--r-- | src/lib/evas/common/evas_font.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/common/evas_font.h b/src/lib/evas/common/evas_font.h index 613cc31de7..5c4f07c699 100644 --- a/src/lib/evas/common/evas_font.h +++ b/src/lib/evas/common/evas_font.h | |||
@@ -18,6 +18,8 @@ typedef unsigned long long DATA64; | |||
18 | # define FT_LOAD_COLOR FT_LOAD_DEFAULT | 18 | # define FT_LOAD_COLOR FT_LOAD_DEFAULT |
19 | #endif | 19 | #endif |
20 | 20 | ||
21 | #include <Eina.h> | ||
22 | |||
21 | #ifdef EAPI | 23 | #ifdef EAPI |
22 | # undef EAPI | 24 | # undef EAPI |
23 | #endif | 25 | #endif |
@@ -44,8 +46,6 @@ typedef unsigned long long DATA64; | |||
44 | # endif | 46 | # endif |
45 | #endif /* ! _WIN32 */ | 47 | #endif /* ! _WIN32 */ |
46 | 48 | ||
47 | #include <Eina.h> | ||
48 | |||
49 | #define LK(x) Eina_Lock x | 49 | #define LK(x) Eina_Lock x |
50 | #define LKI(x) eina_lock_new(&(x)) | 50 | #define LKI(x) eina_lock_new(&(x)) |
51 | #define LKD(x) eina_lock_free(&(x)) | 51 | #define LKD(x) eina_lock_free(&(x)) |