Ecore_X and Ecore_Fb are not used

SVN revision: 31554
This commit is contained in:
doursse 2007-08-27 11:52:04 +00:00 committed by doursse
parent 31618541b7
commit 97645159f8
3 changed files with 3 additions and 15 deletions

View File

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
INCLUDES = \
AM_CFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/bin \
-I$(top_srcdir)/src/lib \
@ -16,8 +16,8 @@ EXTRA_DIST = @EDJE_RECC_PRG@
EXTRA_SCRIPTS = edje_recc
bin_PROGRAMS = \
@EDJE_CC_PRG@ \
@EDJE_DECC_PRG@
edje_cc \
edje_decc
EXTRA_PROGRAMS = \
edje_cc \

View File

@ -7,12 +7,6 @@
#include <Evas.h>
#include <Ecore.h>
#ifdef HAVE_ECORE_X_H
#include <Ecore_X.h>
#endif
#ifdef HAVE_ECORE_FB_H
#include <Ecore_Fb.h>
#endif
#include <Ecore_Evas.h>
#include <Eet.h>
#include "Edje.h"

View File

@ -7,12 +7,6 @@
#include <Evas.h>
#include <Ecore.h>
#ifdef HAVE_ECORE_X
#include <Ecore_X.h>
#endif
#ifdef HAVE_ECORE_FB
#include <Ecore_Fb.h>
#endif
#include <Eet.h>
#include <Embryo.h>