- don't want to install config.h so move it out of e.h and put it into the

files that need it.


SVN revision: 13106
This commit is contained in:
Dan Sinclair 2005-01-27 13:22:53 +00:00 committed by Dan Sinclair
parent 5482849d8a
commit 37057704e6
5 changed files with 4 additions and 2 deletions

View File

@ -24,8 +24,6 @@
#include <Eet.h>
#include <Edje.h>
#include "config.h"
#ifdef EAPI
#undef EAPI
#endif

View File

@ -2,6 +2,7 @@
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "e.h"
#include "config.h"
/* TODO List
*

View File

@ -2,6 +2,7 @@
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "e.h"
#include "config.h"
typedef struct _Main_Data Main_Data;

View File

@ -2,6 +2,7 @@
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "e.h"
#include "config.h"
/* local subsystem functions */
static void _e_main_shutdown_push(int (*func)(void));

View File

@ -1,4 +1,5 @@
#include "e.h"
#include "config.h"
/* TODO List:
*