raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=832620f8fde922a833b44838d6855e07ffafeb0c
commit 832620f8fde922a833b44838d6855e07ffafeb0c Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Thu Nov 8 14:27:10 2018 +0000 eo suit - warn - include ptr indirection not privater to avoid warnings --- src/tests/eo/suite/eo_suite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/eo/suite/eo_suite.c b/src/tests/eo/suite/eo_suite.c index 5512ee0b03..57b7c613f3 100644 --- a/src/tests/eo/suite/eo_suite.c +++ b/src/tests/eo/suite/eo_suite.c @@ -4,8 +4,8 @@ #include "eo_suite.h" #include "../../efl_check.h" -#include <eo_private.h> #include <Eo.h> +#include <eo_ptr_indirection.h> #include <Eina.h> int _eo_log_dom = -1; --
