diff options
author | Benjamin Otte <otte@redhat.com> | 2010-10-13 23:39:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-30 01:49:59 +0800 |
commit | e5cf725c52f786e3025e9e7455f3a34bf30fe446 (patch) | |
tree | 7b19af943d581be280aa19f75f6b72cc630cfbe8 /widgets/table/e-table-click-to-add.h | |
parent | b3a95d0299386bccbdebb967d15f4df02cf15891 (diff) | |
download | gsoc2013-evolution-e5cf725c52f786e3025e9e7455f3a34bf30fe446.tar.gz gsoc2013-evolution-e5cf725c52f786e3025e9e7455f3a34bf30fe446.tar.zst gsoc2013-evolution-e5cf725c52f786e3025e9e7455f3a34bf30fe446.zip |
e-table: Fix includes to only ever include libgnomecanvas.h
Diffstat (limited to 'widgets/table/e-table-click-to-add.h')
-rw-r--r-- | widgets/table/e-table-click-to-add.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-click-to-add.h b/widgets/table/e-table-click-to-add.h index 17ac7f7fe3..782cc6285a 100644 --- a/widgets/table/e-table-click-to-add.h +++ b/widgets/table/e-table-click-to-add.h @@ -24,7 +24,7 @@ #define _E_TABLE_CLICK_TO_ADD_H_ #include <libxml/tree.h> -#include <libgnomecanvas/gnome-canvas.h> +#include <libgnomecanvas/libgnomecanvas.h> #include <table/e-table-header.h> #include <table/e-table-sort-info.h> #include <table/e-table-item.h> |