Argg unintended code sneaked into this commit.
But i fixed this in 83453 anyway.
Shamed.

Daniel Juyung Seo (SeoZ)

On Wed, Jan 30, 2013 at 9:17 AM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> efx efx_private.h: ecore evas is needed only for tests. tests already 
> includes Ecore_Evas.h.
>
> Author:       seoz
> Date:         2013-01-29 16:17:20 -0800 (Tue, 29 Jan 2013)
> New Revision: 83450
> Trac:         http://trac.enlightenment.org/e/changeset/83450
>
> Modified:
>   trunk/devs/seoz/build.sh trunk/efx/src/lib/efx_private.h
>
> Modified: trunk/devs/seoz/build.sh
> ===================================================================
> --- trunk/devs/seoz/build.sh    2013-01-29 19:55:42 UTC (rev 83449)
> +++ trunk/devs/seoz/build.sh    2013-01-30 00:17:20 UTC (rev 83450)
> @@ -58,14 +58,10 @@
>                 if [ -f Makefile ]; then
>                         make clean distclean || true
>                 fi
> -               if [ -f build/Makefile ]; then
> -                       cd build
> -                       make clean distclean
> -                       cd ..
> -               fi
>                 NOCONFIGURE=1 ./autogen.sh
>                 mkdir build -p
>                 pushd build
> +                       rm -rf *
>                         ../configure --disable-doc --enable-fb --disable-tslib
>                         make 3>&1 1>&2 2>&3 | tee $LOG_WARN_TMP_FILE
>                         cat $LOG_WARN_TMP_FILE >> $LOG_WARN_FILE
>
> Modified: trunk/efx/src/lib/efx_private.h
> ===================================================================
> --- trunk/efx/src/lib/efx_private.h     2013-01-29 19:55:42 UTC (rev 83449)
> +++ trunk/efx/src/lib/efx_private.h     2013-01-30 00:17:20 UTC (rev 83450)
> @@ -9,7 +9,6 @@
>
>  #include <Evas.h>
>  #include <Ecore.h>
> -#include <Ecore_Evas.h>
>
>  #include "Efx.h"
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_jan
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to