diff options
Diffstat (limited to 'executive-summary/widgets')
-rw-r--r-- | executive-summary/widgets/e-summary-subwindow.c | 4 | ||||
-rw-r--r-- | executive-summary/widgets/e-summary-title-button.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/executive-summary/widgets/e-summary-subwindow.c b/executive-summary/widgets/e-summary-subwindow.c index 961fbd7ac4..d93e170690 100644 --- a/executive-summary/widgets/e-summary-subwindow.c +++ b/executive-summary/widgets/e-summary-subwindow.c @@ -25,10 +25,12 @@ #include <config.h> #endif +#include <gtk/gtkframe.h> #include <gal/util/e-util.h> #include <gal/widgets/e-font.h> - #include <gal/e-text/e-text.h> +#include <libgnomeui/gnome-canvas.h> +#include <libgnomeui/gnome-canvas-widget.h> #include "e-summary-subwindow.h" #include "e-summary-titlebar.h" diff --git a/executive-summary/widgets/e-summary-title-button.h b/executive-summary/widgets/e-summary-title-button.h index a99a96815a..f79f986d07 100644 --- a/executive-summary/widgets/e-summary-title-button.h +++ b/executive-summary/widgets/e-summary-title-button.h @@ -26,6 +26,7 @@ #include <gtk/gtksignal.h> #include <libgnomeui/gnome-canvas.h> +#include <libgnomeui/gnome-canvas-rect-ellipse.h> #define E_SUMMARY_TITLE_BUTTON_TYPE (e_summary_title_button_get_type ()) #define E_SUMMARY_TITLE_BUTTON(obj) (GTK_CHECK_CAST ((obj), E_SUMMARY_TITLE_BUTTON_TYPE, ESummaryTitleButton)) |