move config to private stuff...

SVN revision: 38042
This commit is contained in:
Carsten Haitzler 2008-12-09 05:40:38 +00:00
parent 9b701fc3f8
commit c4d6d7c6dc
2 changed files with 6 additions and 5 deletions

View File

@ -16,8 +16,6 @@
*
*/
#include "elementary_config.h"
/* Standard headers for standard system calls etc. */
#include <stdio.h>
#include <stdlib.h>
@ -41,9 +39,6 @@
#include <libintl.h>
#include <errno.h>
#include <signal.h>
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
/* EFL headers */
#include <Eina.h>

View File

@ -1,6 +1,12 @@
#ifndef ELM_PRIV_H
#define ELM_PRIV_H
#include "elementary_config.h"
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#include "els_pan.h"
#include "els_scroller.h"
#include "els_box.h"