From f0ade74bd16f1642cfd11d357c0d256606a8b5a4 Mon Sep 17 00:00:00 2001 From: Johnny Jacob Date: Mon, 21 Jul 2008 15:13:56 +0000 Subject: Templates EPlugin : Remove unused header files. svn path=/trunk/; revision=35805 --- plugins/templates/ChangeLog | 6 ++++++ plugins/templates/Makefile.am | 1 + plugins/templates/templates.c | 1 - 3 files changed, 7 insertions(+), 1 deletion(-) (limited to 'plugins/templates') 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 + + * templates.c: Remove unused header files. + + * Makefile.am (INCLUDES): Allow includes from top_builddir. + 2008-07-18 Bharath Acharya ** 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 #include -#include #include #include #include -- cgit