From: caro Date: Sun, 23 Aug 2009 09:36:43 +0000 (+0000) Subject: * remove the inclusion of config.h in Eet_private.h (not needed) X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~454 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a29429a8a4fef6715b3fca9dcc936eed2afa38ea;p=profile%2Fivi%2Feet.git * remove the inclusion of config.h in Eet_private.h (not needed) * add config.h in all source file to be consistent, even if it is not necessary * formatting git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@41941 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Eet_private.h b/src/lib/Eet_private.h index 1eadd62..1052889 100644 --- a/src/lib/Eet_private.h +++ b/src/lib/Eet_private.h @@ -5,10 +5,6 @@ #ifndef _EET_PRIVATE_H #define _EET_PRIVATE_H -#ifdef HAVE_CONFIG_H -# include -#endif - typedef struct _Eet_String Eet_String; struct _Eet_String diff --git a/src/lib/eet_lib.c b/src/lib/eet_lib.c index a6b5d99..52fdeb3 100644 --- a/src/lib/eet_lib.c +++ b/src/lib/eet_lib.c @@ -70,7 +70,7 @@ void *alloca (size_t); #include "Eet_private.h" #ifdef HAVE_REALPATH -#undef HAVE_REALPATH +# undef HAVE_REALPATH #endif #define EET_MAGIC_FILE 0x1ee7ff00 diff --git a/src/lib/eet_node.c b/src/lib/eet_node.c index 1a900b4..d91d10b 100644 --- a/src/lib/eet_node.c +++ b/src/lib/eet_node.c @@ -1,4 +1,13 @@ +/* + * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 + */ + +#ifdef HAVE_CONFIG_H +# include +#endif + #include + #include #include "Eet.h" diff --git a/src/lib/eet_utils.c b/src/lib/eet_utils.c index d477cec..46fae93 100644 --- a/src/lib/eet_utils.c +++ b/src/lib/eet_utils.c @@ -2,6 +2,10 @@ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 */ +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include