ecore: fix header inclusion.

SVN revision: 66039
This commit is contained in:
Cedric BAIL 2011-12-08 16:19:44 +00:00
parent 776e6e445d
commit 2a169ea4e4
5 changed files with 22 additions and 15 deletions

View File

@ -6,11 +6,17 @@
#include <string.h>
#include <sys/types.h>
#include <errno.h>
#include <sys/stat.h>
#include <fcntl.h>
#ifndef _MSC_VER
# include <unistd.h>
#endif
#ifdef HAVE_SYS_MMAN_H
# include <sys/mman.h>
#endif
#ifdef HAVE_EVIL
# include <Evil.h>
#endif

View File

@ -2,13 +2,15 @@
# include <config.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <Eina.h>
#include <Ecore.h>
#include "ecore_private.h"
#include <Ecore_Input.h>
#include <stdlib.h>
#include <string.h>
#include "ecore_evas_private.h"
#include "Ecore_Evas.h"

View File

@ -1,18 +1,6 @@
#ifndef _ECORE_EVAS_PRIVATE_H
#define _ECORE_EVAS_PRIVATE_H
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#ifdef HAVE_SYS_MMAN_H
# include <sys/mman.h>
#endif
#include <Evas.h>
#include <Ecore.h>
#include <ecore_private.h>

View File

@ -15,6 +15,9 @@
# endif
#endif
#include <stdlib.h>
#include <string.h>
#include "ecore_evas_private.h"
#include "Ecore_Evas.h"

View File

@ -1,5 +1,13 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <Eina.h>
#include <Ecore.h>
#include "ecore_evas_private.h"
#include "Ecore_Evas.h"