Fix compilation on Win32. Patch by Nicolas Aguirre
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 1 Oct 2008 15:42:48 +0000 (15:42 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 1 Oct 2008 15:42:48 +0000 (15:42 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36381 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_smart_clipped.c

index cf34b4f..0bbe250 100644 (file)
@@ -1,6 +1,5 @@
-#include <Evas.h>
-#include <stdlib.h>
-#include <stdio.h>
+#include "evas_common.h"
+#include "evas_private.h"
 
 /**
  * @addtogroup Evas_Smart_Object_Group