diff options
Diffstat (limited to 'mail/message-list.c')
-rw-r--r-- | mail/message-list.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/message-list.c b/mail/message-list.c index 573151743f..cdb3963153 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -42,16 +42,16 @@ #include <libgnome/gnome-i18n.h> #include <atk/atkutil.h> -#include <gal/util/e-util.h> -#include <gal/widgets/e-gui-utils.h> -#include <gal/e-table/e-cell-text.h> -#include <gal/e-table/e-cell-toggle.h> -#include <gal/e-table/e-cell-checkbox.h> -#include <gal/e-table/e-cell-tree.h> -#include <gal/e-table/e-cell-date.h> -#include <gal/e-table/e-cell-size.h> -#include <gal/e-table/e-tree-memory.h> -#include <gal/e-table/e-tree-memory-callbacks.h> +#include <e-util/e-util.h> +#include <widgets/misc/e-gui-utils.h> +#include <table/e-cell-text.h> +#include <table/e-cell-toggle.h> +#include <table/e-cell-checkbox.h> +#include <table/e-cell-tree.h> +#include <table/e-cell-date.h> +#include <table/e-cell-size.h> +#include <table/e-tree-memory.h> +#include <table/e-tree-memory-callbacks.h> #include <camel/camel-exception.h> #include <camel/camel-file-utils.h> |