diff options
Diffstat (limited to 'shell/e-shell-folder-commands.c')
-rw-r--r-- | shell/e-shell-folder-commands.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/shell/e-shell-folder-commands.c b/shell/e-shell-folder-commands.c index 4af143c920..8fa237ae0b 100644 --- a/shell/e-shell-folder-commands.c +++ b/shell/e-shell-folder-commands.c @@ -28,22 +28,23 @@ #include "e-util/e-request.h" +#include "e-shell-constants.h" +#include "e-shell-folder-creation-dialog.h" +#include "e-shell-folder-selection-dialog.h" +#include "e-shell-utils.h" + #include <gal/widgets/e-gui-utils.h> #include <gal/widgets/e-unicode.h> #include <libgnome/gnome-i18n.h> #include <libgnome/gnome-util.h> #include <libgnomeui/gnome-dialog.h> -#include <libgnomeui/gnome-stock.h> #include <gtk/gtklabel.h> #include <gtk/gtksignal.h> #include <gtk/gtkentry.h> -#include "e-shell-constants.h" -#include "e-shell-folder-creation-dialog.h" -#include "e-shell-folder-selection-dialog.h" -#include "e-shell-utils.h" +#include <string.h> /* Utility functions. */ |