remove alloca.h from priv.h and include wince headers.. if appropriate

SVN revision: 38218
This commit is contained in:
Carsten Haitzler 2008-12-19 01:23:34 +00:00
parent 43b88b9359
commit 836ddd6026
1 changed files with 3 additions and 8 deletions

View File

@ -1,21 +1,16 @@
#ifndef ELM_PRIV_H #ifndef ELM_PRIV_H
#define ELM_PRIV_H #define ELM_PRIV_H
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#ifdef HAVE_ELEMENTARY_X #ifdef HAVE_ELEMENTARY_X
#include <Ecore_X.h> # include <Ecore_X.h>
#endif #endif
#ifdef HAVE_ELEMENTARY_FB #ifdef HAVE_ELEMENTARY_FB
#include <Ecore_Fb.h> # include <Ecore_Fb.h>
#endif #endif
#ifdef HAVE_ELEMENTARY_WINCE #ifdef HAVE_ELEMENTARY_WINCE
/* #include <Ecore_WinCE.h> */ # include <Ecore_WinCE.h>
#endif
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif #endif
#include "els_pan.h" #include "els_pan.h"