okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=b76a54bd3ee93fe9d529e577251a1d5fc6b32d1a
commit b76a54bd3ee93fe9d529e577251a1d5fc6b32d1a Author: Stephen 'Okra' Houston <[email protected]> Date: Thu Jul 27 12:51:28 2017 -0500 Ephoto: Remove unneccessary header. This fixes compilation and T5761 --- src/bin/ephoto_thumb_browser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/ephoto_thumb_browser.c b/src/bin/ephoto_thumb_browser.c index bdfab34..f7fb408 100644 --- a/src/bin/ephoto_thumb_browser.c +++ b/src/bin/ephoto_thumb_browser.c @@ -1,5 +1,4 @@ #include "ephoto.h" -#include <elm_interface_scrollable.h> #define ZOOM_MAX 512 #define ZOOM_MIN 128 --
