diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2016-01-07 15:53:12 -0800 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2016-01-07 16:27:57 -0800 |
commit | bb921aff04b5497d9339e73625c07a26511cdf3b (patch) | |
tree | 99ff80fab28d6073a4ef2c4c987ec801c65da851 /src/lib/emile/Emile.h | |
parent | c451d5885bbf5d936c52c26731e044da7cd43075 (diff) |
emile: move all eina_str_base64 to emile_base64.
Diffstat (limited to 'src/lib/emile/Emile.h')
-rw-r--r-- | src/lib/emile/Emile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/emile/Emile.h b/src/lib/emile/Emile.h index 486acc3076..890b5edbcf 100644 --- a/src/lib/emile/Emile.h +++ b/src/lib/emile/Emile.h | |||
@@ -109,6 +109,7 @@ EAPI int emile_shutdown(void); | |||
109 | #include "emile_cipher.h" | 109 | #include "emile_cipher.h" |
110 | #include "emile_compress.h" | 110 | #include "emile_compress.h" |
111 | #include "emile_image.h" | 111 | #include "emile_image.h" |
112 | #include "emile_base64.h" | ||
112 | 113 | ||
113 | #ifdef __cplusplus | 114 | #ifdef __cplusplus |
114 | } | 115 | } |