diff options
Diffstat (limited to 'calendar/gui/ea-week-view-main-item.c')
-rw-r--r-- | calendar/gui/ea-week-view-main-item.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/calendar/gui/ea-week-view-main-item.c b/calendar/gui/ea-week-view-main-item.c index d4597d8fdd..816660cb3f 100644 --- a/calendar/gui/ea-week-view-main-item.c +++ b/calendar/gui/ea-week-view-main-item.c @@ -26,10 +26,11 @@ #endif #include "ea-week-view-main-item.h" + +#include <glib/gi18n.h> + #include "ea-week-view.h" #include "ea-week-view-cell.h" -#include "ea-cell-table.h" -#include <glib/gi18n.h> /* EaWeekViewMainItem */ static void ea_week_view_main_item_class_init |