diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2019-11-01 09:35:09 +0100 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2019-12-04 12:21:24 -0800 |
commit | f3d9b8ee703621cfbb52a03d346335148318af7a (patch) | |
tree | 38e0f640c8ed31c717668faa64be419fa6c07905 /src/lib/ecore_file/ecore_file_private.h | |
parent | 003ce06e85ba0f1597a26405ead92f2e01607177 (diff) |
esacpe: remove library from tree
This has not been used for a while and is not even buildable after our
switch to meson. It was a niche to start with given that it needed the
PS3 OS to run on. I asked for any remaining users at EDD and on the list
but heard nothing. Time to remove.
Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10778
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_file/ecore_file_private.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/ecore_file/ecore_file_private.h b/src/lib/ecore_file/ecore_file_private.h index 01ea0a4f11..4c8561d6f7 100644 --- a/src/lib/ecore_file/ecore_file_private.h +++ b/src/lib/ecore_file/ecore_file_private.h | |||
@@ -5,10 +5,6 @@ | |||
5 | # include <features.h> | 5 | # include <features.h> |
6 | #endif | 6 | #endif |
7 | 7 | ||
8 | #ifdef HAVE_ESCAPE | ||
9 | # include <Escape.h> | ||
10 | #endif | ||
11 | |||
12 | #include <sys/types.h> | 8 | #include <sys/types.h> |
13 | #include <sys/stat.h> | 9 | #include <sys/stat.h> |
14 | 10 | ||