uniformize the inclusion of config.h

SVN revision: 38865
This commit is contained in:
Vincent Torri 2009-01-31 18:56:17 +00:00
parent e18508b701
commit 29b0f87503
15 changed files with 13 additions and 15 deletions

View File

@ -3,7 +3,7 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
# include <config.h>
#endif
#include <string.h>

View File

@ -3,7 +3,7 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
# include <config.h>
#endif
#include <stdlib.h>

View File

@ -3,7 +3,7 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
# include <config.h>
#endif
#include <string.h>

View File

@ -3,7 +3,7 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
# include <config.h>
#endif
/* by Azundris, with thanks to Corey Donohoe <atmos@atmos.org> */

View File

@ -3,7 +3,7 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
# include <config.h>
#endif
/* ############## bad */

View File

@ -3,7 +3,7 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
# include <config.h>
#endif
#include <stdlib.h>

View File

@ -3,7 +3,7 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
# include <config.h>
#endif
/* azundris */

View File

@ -3,7 +3,7 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
# include <config.h>
#endif
#include <string.h>

View File

@ -3,7 +3,7 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
# include <config.h>
#endif
#include <sys/types.h>

View File

@ -3,7 +3,7 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
# include <config.h>
#endif
#ifdef BUILD_ECORE_EVAS_QUARTZ

View File

@ -3,7 +3,7 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
# include <config.h>
#endif
#include "Ecore.h"

View File

@ -3,7 +3,7 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
# include <config.h>
#endif
#include <string.h>

View File

@ -3,7 +3,7 @@
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
# include <config.h>
#endif
#include "Ecore.h"

View File

@ -10,7 +10,6 @@
# include <config.h>
#endif
#include "config.h"
#include "Ecore.h"
#include "ecore_x_private.h"
#include "Ecore_X.h"

View File

@ -10,7 +10,6 @@
# include <config.h>
#endif
#include "config.h"
#include "Ecore.h"
#include "Ecore_Data.h"
#include "ecore_x_private.h"