diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-05-18 11:13:59 +0100 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2020-05-18 11:13:59 +0100 |
commit | 63b5d81983374838194b6335cc1c7b5ab9db749a (patch) | |
tree | 8a67d8d6d224d5dd48b5635709d3fdb8b2e0b4e0 /src/lib/embryo/embryo_str.c | |
parent | 3f0fad79b6e52debb52084b20b8b6e37cacc96a5 (diff) |
Revert "Fix EAPI definition by defining EFL_BUILD for each built DLL"
This reverts commit 3ade45cbc82bea1772c7ad1afb7e1ba5dd67d930.
Diffstat (limited to 'src/lib/embryo/embryo_str.c')
-rw-r--r-- | src/lib/embryo/embryo_str.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/embryo/embryo_str.c b/src/lib/embryo/embryo_str.c index 6fafa83db0..d7da4e0dd3 100644 --- a/src/lib/embryo/embryo_str.c +++ b/src/lib/embryo/embryo_str.c | |||
@@ -16,8 +16,6 @@ | |||
16 | #include <string.h> | 16 | #include <string.h> |
17 | #include <fnmatch.h> | 17 | #include <fnmatch.h> |
18 | 18 | ||
19 | #include <Eina.h> | ||
20 | |||
21 | #include "Embryo.h" | 19 | #include "Embryo.h" |
22 | #include "embryo_private.h" | 20 | #include "embryo_private.h" |
23 | 21 | ||