diff options
author | Yuri Pankov <yuri.pankov@gmail.com> | 2006-07-22 18:51:18 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-07-22 18:51:18 +0800 |
commit | b860ef8e1fb5d33b364c3332dfa91d9f499d5764 (patch) | |
tree | 19794c6591b105aa8659b236eb22004cc30c64bc /mail/message-list.c | |
parent | 90aeb22682d0fae2f60b442b6d10efdc8db8fd6c (diff) | |
download | gsoc2013-evolution-b860ef8e1fb5d33b364c3332dfa91d9f499d5764.tar.gz gsoc2013-evolution-b860ef8e1fb5d33b364c3332dfa91d9f499d5764.tar.zst gsoc2013-evolution-b860ef8e1fb5d33b364c3332dfa91d9f499d5764.zip |
Add missing headers. Fixes #344744.
2006-07-22 Yuri Pankov <yuri.pankov@gmail.com>
* message-list.c: Add missing headers. Fixes #344744.
svn path=/trunk/; revision=32382
Diffstat (limited to 'mail/message-list.c')
-rw-r--r-- | mail/message-list.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/message-list.c b/mail/message-list.c index 865610abfd..55c74eeafa 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -56,11 +56,13 @@ #include "misc/e-gui-utils.h" #include "table/e-cell-checkbox.h" +#include "table/e-cell-hbox.h" #include "table/e-cell-date.h" #include "table/e-cell-size.h" #include "table/e-cell-text.h" #include "table/e-cell-toggle.h" #include "table/e-cell-tree.h" +#include "table/e-cell-vbox.h" #include "table/e-tree-memory-callbacks.h" #include "table/e-tree-memory.h" |