diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2019-11-28 09:59:41 +0100 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2019-12-04 12:21:28 -0800 |
commit | d0f69cf2e2771c2a7895de0a2a437110783cc8dc (patch) | |
tree | 1fa7f44e4f01507045e500b45979bbb4b597e7be /src/lib/embryo | |
parent | f86dbae7e3621ce8766a1fc782f4304fde0f45e3 (diff) |
exotic: remove left-overs from Exotic support
This seems to have been gone a long time ago and only references left
that have not been disturbing the build. Time to clean up!
Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10793
Diffstat (limited to 'src/lib/embryo')
-rw-r--r-- | src/lib/embryo/embryo_amx.c | 4 | ||||
-rw-r--r-- | src/lib/embryo/embryo_str.c | 4 | ||||
-rw-r--r-- | src/lib/embryo/embryo_time.c | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/embryo/embryo_amx.c b/src/lib/embryo/embryo_amx.c index e8df24dd97..6ee674de67 100644 --- a/src/lib/embryo/embryo_amx.c +++ b/src/lib/embryo/embryo_amx.c | |||
@@ -28,10 +28,6 @@ | |||
28 | #include <stdio.h> | 28 | #include <stdio.h> |
29 | #include <string.h> | 29 | #include <string.h> |
30 | 30 | ||
31 | #ifdef HAVE_EXOTIC | ||
32 | # include <Exotic.h> | ||
33 | #endif | ||
34 | |||
35 | #include <Eina.h> | 31 | #include <Eina.h> |
36 | 32 | ||
37 | #include "Embryo.h" | 33 | #include "Embryo.h" |
diff --git a/src/lib/embryo/embryo_str.c b/src/lib/embryo/embryo_str.c index de39437058..d7da4e0dd3 100644 --- a/src/lib/embryo/embryo_str.c +++ b/src/lib/embryo/embryo_str.c | |||
@@ -11,10 +11,6 @@ | |||
11 | # endif | 11 | # endif |
12 | #endif | 12 | #endif |
13 | 13 | ||
14 | #ifdef HAVE_EXOTIC | ||
15 | # include <Exotic.h> | ||
16 | #endif | ||
17 | |||
18 | #include <stdlib.h> | 14 | #include <stdlib.h> |
19 | #include <stdio.h> | 15 | #include <stdio.h> |
20 | #include <string.h> | 16 | #include <string.h> |
diff --git a/src/lib/embryo/embryo_time.c b/src/lib/embryo/embryo_time.c index ac4a71754d..20553618af 100644 --- a/src/lib/embryo/embryo_time.c +++ b/src/lib/embryo/embryo_time.c | |||
@@ -9,10 +9,6 @@ | |||
9 | # include <evil_private.h> /* setenv unsetenv */ | 9 | # include <evil_private.h> /* setenv unsetenv */ |
10 | #endif | 10 | #endif |
11 | 11 | ||
12 | #ifdef HAVE_EXOTIC | ||
13 | # include <Exotic.h> | ||
14 | #endif | ||
15 | |||
16 | #include <Eina.h> | 12 | #include <Eina.h> |
17 | 13 | ||
18 | #include "Embryo.h" | 14 | #include "Embryo.h" |