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-cell-vbox.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-cell-vbox.h')
-rw-r--r-- | widgets/table/e-cell-vbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-cell-vbox.h b/widgets/table/e-cell-vbox.h index 7762e62869..52550a952f 100644 --- a/widgets/table/e-cell-vbox.h +++ b/widgets/table/e-cell-vbox.h @@ -29,7 +29,7 @@ #ifndef _E_CELL_VBOX_H_ #define _E_CELL_VBOX_H_ -#include <libgnomecanvas/gnome-canvas.h> +#include <libgnomecanvas/libgnomecanvas.h> #include <table/e-cell.h> G_BEGIN_DECLS |