elementary: elementary_config.h is a local include

Using #include <elementary_config.h> will fail if
elementary has never been installed.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 61220
This commit is contained in:
Mike McCormack 2011-07-11 01:22:19 +00:00 committed by Mike McCormack
parent d3a1fdd8fb
commit 252c052ea7
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#include <Elementary.h>
#include <elementary_config.h>
#include "elementary_config.h"
#ifndef ELM_LIB_QUICKLAUNCH
static void
my_hover_bt(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)

View File

@ -1,5 +1,5 @@
#include <Elementary.h>
#include <elementary_config.h>
#include "elementary_config.h"
#ifndef ELM_LIB_QUICKLAUNCH
static Evas_Object *slideshow, *bt_start, *bt_stop;

View File

@ -25,7 +25,7 @@
*/
#ifdef HAVE_CONFIG_H
# include <elementary_config.h>
# include "elementary_config.h"
#endif
#ifdef HAVE_EIO

View File

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