Remove warning and only include needed stuff.
authorcedric <cedric>
Wed, 13 Aug 2008 09:22:50 +0000 (09:22 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 13 Aug 2008 09:22:50 +0000 (09:22 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/proto/eina@35456 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_main.c

index d176f7a..31157ae 100644 (file)
  * if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "Eina.h"
+#include "eina_error.h"
+#include "eina_hash.h"
+#include "eina_stringshare.h"
+#include "eina_list.h"
+#include "eina_array.h"
 
 EAPI int
 eina_init(void)