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-popup.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-popup.h')
-rw-r--r-- | widgets/table/e-cell-popup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-cell-popup.h b/widgets/table/e-cell-popup.h index 4ea1127da6..99b9bd8fb6 100644 --- a/widgets/table/e-cell-popup.h +++ b/widgets/table/e-cell-popup.h @@ -32,7 +32,7 @@ #ifndef _E_CELL_POPUP_H_ #define _E_CELL_POPUP_H_ -#include <libgnomecanvas/gnome-canvas.h> +#include <libgnomecanvas/libgnomecanvas.h> #include <table/e-cell.h> #define E_CELL_POPUP_TYPE (e_cell_popup_get_type ()) |