elementary: fix header inclusion order.

This commit is contained in:
Cedric Bail 2013-07-22 20:25:10 +09:00
parent 2e3fb71933
commit d3247dd10a
11 changed files with 28 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH
typedef struct _Theme Theme;

View File

@ -1,5 +1,3 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
@ -12,6 +10,8 @@
#include <Edje_Edit.h>
#include <Eina.h>
#include <Elementary.h>
#include <ctype.h>
#include <fcntl.h>
#include <locale.h>

View File

@ -1,4 +1,3 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
@ -18,6 +17,8 @@
#include <signal.h>
#include <sys/wait.h>
#include <Elementary.h>
#ifdef HAVE_ENVIRON
extern char **environ;
#endif

View File

@ -1,7 +1,7 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH
static void

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#include "Elementary.h"
#include "private.h"

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#include <Eina.h>
#include <Elementary.h>

View File

@ -1,8 +1,9 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#include <Elementary.h>
/* to enable this module
export ELM_MODULES="access_output>access/api"
export ELM_ACCESS_MODE=1

View File

@ -1,9 +1,10 @@
#include <Elementary.h>
#include "elm_priv.h"
#ifdef HAVE_CONFIG_H
#include "elementary_config.h"
#endif
#include <Elementary.h>
#include "elm_priv.h"
#define DATETIME_FIELD_COUNT 6
#define FIELD_FORMAT_LEN 3
#define DISKSELECTOR_MIN_ITEMS 4

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#include "Elementary.h"
#include "private.h"

View File

@ -1,8 +1,9 @@
#include <Elementary.h>
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#include <Elementary.h>
// module api funcs needed
EAPI int
elm_modapi_init(void *m __UNUSED__)

View File

@ -1,9 +1,10 @@
#include "Elementary.h"
#include <Eina.h>
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
#include "Elementary.h"
#include <Eina.h>
EAPI char *
map_module_source_name_get(void)
{