diff options
Diffstat (limited to 'executive-summary/component/main.c')
-rw-r--r-- | executive-summary/component/main.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/executive-summary/component/main.c b/executive-summary/component/main.c index 3e29b5f337..0834802da1 100644 --- a/executive-summary/component/main.c +++ b/executive-summary/component/main.c @@ -21,11 +21,13 @@ * Author: Iain Holmes <iain@helixcode.com> */ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif #include <gnome.h> + #include <bonobo/bonobo-main.h> -#include <bonobo/bonobo-object-directory.h> #include <liboaf/liboaf.h> #include <glade/glade.h> @@ -35,7 +37,6 @@ #include "gal/widgets/e-gui-utils.h" #include "gal/widgets/e-cursors.h" -#include "gal/widgets/e-unicode.h" #include <libgnomevfs/gnome-vfs.h> #include "component-factory.h" @@ -45,7 +46,7 @@ main (int argc, char **argv) { CORBA_ORB orb; - + bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR); textdomain (PACKAGE); |