diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2015-03-17 08:50:41 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-03-17 09:58:20 +0100 |
commit | bbf7ab1cc4d76587042de03beb404f0615af7e0c (patch) | |
tree | 44504f366c4fff5856a0535167b2c85d1f493233 /src/lib/emile | |
parent | 4b4bdd97236f5ed7b78b934c3dda8b13d10a731c (diff) |
emile: normalize compression header.
Diffstat (limited to 'src/lib/emile')
-rw-r--r-- | src/lib/emile/Emile.h | 2 | ||||
-rw-r--r-- | src/lib/emile/emile_compress.h (renamed from src/lib/emile/emile_compression.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emile/Emile.h b/src/lib/emile/Emile.h index 29837a35fe..acaa509a3b 100644 --- a/src/lib/emile/Emile.h +++ b/src/lib/emile/Emile.h | |||
@@ -107,7 +107,7 @@ EAPI int emile_shutdown(void); | |||
107 | */ | 107 | */ |
108 | 108 | ||
109 | #include "emile_cipher.h" | 109 | #include "emile_cipher.h" |
110 | #include "emile_compression.h" | 110 | #include "emile_compress.h" |
111 | #include "emile_image.h" | 111 | #include "emile_image.h" |
112 | 112 | ||
113 | #ifdef __cplusplus | 113 | #ifdef __cplusplus |
diff --git a/src/lib/emile/emile_compression.h b/src/lib/emile/emile_compress.h index ba5332617f..ba5332617f 100644 --- a/src/lib/emile/emile_compression.h +++ b/src/lib/emile/emile_compress.h | |||