diff options
author | Johnny Jacob <jjohnny@src.gnome.org> | 2008-07-21 23:13:56 +0800 |
---|---|---|
committer | Johnny Jacob <jjohnny@src.gnome.org> | 2008-07-21 23:13:56 +0800 |
commit | f0ade74bd16f1642cfd11d357c0d256606a8b5a4 (patch) | |
tree | 162652e68ca9ffd705661132ebd9999b4d14c0b0 /plugins | |
parent | 429dbd179df841eea82f1e68cc9053d8acd00a0a (diff) | |
download | gsoc2013-evolution-f0ade74bd16f1642cfd11d357c0d256606a8b5a4.tar.gz gsoc2013-evolution-f0ade74bd16f1642cfd11d357c0d256606a8b5a4.tar.zst gsoc2013-evolution-f0ade74bd16f1642cfd11d357c0d256606a8b5a4.zip |
Templates EPlugin : Remove unused header files.
svn path=/trunk/; revision=35805
Diffstat (limited to 'plugins')
-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> |