From 836ddd60269fa838a28f5d5dd8b87896a18a38f4 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 19 Dec 2008 01:23:34 +0000 Subject: [PATCH] remove alloca.h from priv.h and include wince headers.. if appropriate SVN revision: 38218 --- legacy/elementary/src/lib/elm_priv.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/legacy/elementary/src/lib/elm_priv.h b/legacy/elementary/src/lib/elm_priv.h index 17fb9bb40c..cd30d335f7 100644 --- a/legacy/elementary/src/lib/elm_priv.h +++ b/legacy/elementary/src/lib/elm_priv.h @@ -1,21 +1,16 @@ #ifndef ELM_PRIV_H #define ELM_PRIV_H - #ifdef HAVE_CONFIG_H # include "elementary_config.h" #endif - #ifdef HAVE_ELEMENTARY_X -#include +# include #endif #ifdef HAVE_ELEMENTARY_FB -#include +# include #endif #ifdef HAVE_ELEMENTARY_WINCE -/* #include */ -#endif -#ifdef HAVE_ALLOCA_H -#include +# include #endif #include "els_pan.h"