diff options
Diffstat (limited to 'shell/e-local-storage.c')
-rw-r--r-- | shell/e-local-storage.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/shell/e-local-storage.c b/shell/e-local-storage.c index f98ed81897..3a2960b4e9 100644 --- a/shell/e-local-storage.c +++ b/shell/e-local-storage.c @@ -45,10 +45,9 @@ #include <sys/types.h> #include <sys/stat.h> -#include <gnome.h> - -#include <bonobo.h> - +#include <gtk/gtksignal.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-util.h> #include <gal/util/e-util.h> #include "e-local-folder.h" |