diff options
Diffstat (limited to 'src/lib/evas')
-rw-r--r-- | src/lib/evas/common/language/evas_bidi_utils.c | 2 | ||||
-rw-r--r-- | src/lib/evas/common/language/evas_bidi_utils.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/common/language/evas_bidi_utils.c b/src/lib/evas/common/language/evas_bidi_utils.c index 0d02d2ed63..324db31105 100644 --- a/src/lib/evas/common/language/evas_bidi_utils.c +++ b/src/lib/evas/common/language/evas_bidi_utils.c | |||
@@ -11,7 +11,7 @@ | |||
11 | #include "evas_font_private.h" | 11 | #include "evas_font_private.h" |
12 | 12 | ||
13 | #ifdef BIDI_SUPPORT | 13 | #ifdef BIDI_SUPPORT |
14 | #include <fribidi/fribidi.h> | 14 | #include <fribidi.h> |
15 | /** | 15 | /** |
16 | * @internal | 16 | * @internal |
17 | * @addtogroup Evas_Utils | 17 | * @addtogroup Evas_Utils |
diff --git a/src/lib/evas/common/language/evas_bidi_utils.h b/src/lib/evas/common/language/evas_bidi_utils.h index f1a374b7e6..ff2f41a641 100644 --- a/src/lib/evas/common/language/evas_bidi_utils.h +++ b/src/lib/evas/common/language/evas_bidi_utils.h | |||
@@ -28,7 +28,7 @@ | |||
28 | #include <Eina.h> | 28 | #include <Eina.h> |
29 | 29 | ||
30 | #ifdef USE_FRIBIDI | 30 | #ifdef USE_FRIBIDI |
31 | # include <fribidi/fribidi.h> | 31 | # include <fribidi.h> |
32 | #endif | 32 | #endif |
33 | 33 | ||
34 | /* abstract fribidi - we statically define sizes here because otherwise we would | 34 | /* abstract fribidi - we statically define sizes here because otherwise we would |