diff options
-rw-r--r-- | plugins/templates/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/templates/Makefile.am | 1 | ||||
-rw-r--r-- | plugins/templates/templates.c | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/plugins/templates/ChangeLog b/plugins/templates/ChangeLog index edba4e2d99..c559689e43 100644 --- a/plugins/templates/ChangeLog +++ b/plugins/templates/ChangeLog @@ -1,3 +1,9 @@ +2008-07-21 Johnny Jacob <jjohnny@novell.com> + + * templates.c: Remove unused header files. + + * Makefile.am (INCLUDES): Allow includes from top_builddir. + 2008-07-18 Bharath Acharya <abharath@novell.com> ** Fixes Bug #200147 diff --git a/plugins/templates/Makefile.am b/plugins/templates/Makefile.am index 91da6c1ed9..f43dce0992 100644 --- a/plugins/templates/Makefile.am +++ b/plugins/templates/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ + -I$(top_builddir) \ -I$(top_builddir)/composer \ $(EVOLUTION_MAIL_CFLAGS) \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index d06224c6a7..c72ae942a9 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -41,7 +41,6 @@ #include <mail/em-composer-utils.h> #include <mail/em-popup.h> -#include <mail/mail-component.h> #include <mail/mail-session.h> #include <mail/mail-ops.h> #include <e-util/e-error.h> |