diff options
author | Vincent Torri <vincent dot torri at gmail dot com> | 2015-12-28 14:22:29 +0100 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2015-12-29 22:13:58 +0900 |
commit | 47ed848a8795c1b044f8be0dc6fb455f8bc13706 (patch) | |
tree | 758f9d41dbe0a4fb69a544d4bc1cea31421f6c38 /src/lib/ethumb | |
parent | 2ac9e788c689f2ca850d373a19a9e85237198573 (diff) | |
download | efl-47ed848a8795c1b044f8be0dc6fb455f8bc13706.tar.gz |
Evil: integrate the dlfcn code into Evil
This will remove some incompatibilities with other packages,
especially for win-builds
Diffstat (limited to 'src/lib/ethumb')
-rw-r--r-- | src/lib/ethumb/ethumb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ethumb/ethumb.c b/src/lib/ethumb/ethumb.c index 7d21b0cbec..4e2c5a7c35 100644 --- a/src/lib/ethumb/ethumb.c +++ b/src/lib/ethumb/ethumb.c @@ -41,7 +41,6 @@ #include <sys/types.h> #include <sys/stat.h> #include <dirent.h> -#include <dlfcn.h> #include <ctype.h> #include <pwd.h> |