diff options
Diffstat (limited to 'executive-summary/component/e-summary-callbacks.c')
-rw-r--r-- | executive-summary/component/e-summary-callbacks.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/executive-summary/component/e-summary-callbacks.c b/executive-summary/component/e-summary-callbacks.c index 4d9929fc7e..4ffa7f4d00 100644 --- a/executive-summary/component/e-summary-callbacks.c +++ b/executive-summary/component/e-summary-callbacks.c @@ -26,8 +26,13 @@ #include <config.h> #endif -#include <gnome.h> -#include <bonobo.h> +#include <libgnomeui/gnome-propertybox.h> +#include <libgnomeui/gnome-file-entry.h> +#include <libgnome/gnome-i18n.h> + +#include <bonobo/bonobo-selector.h> + +#include <stdlib.h> /* For atoi */ #include <liboaf/liboaf.h> #include <glade/glade.h> |