diff options
Diffstat (limited to 'shell/e-shell-window-private.h')
-rw-r--r-- | shell/e-shell-window-private.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h index 81bf254c61..161bb17e0b 100644 --- a/shell/e-shell-window-private.h +++ b/shell/e-shell-window-private.h @@ -25,15 +25,18 @@ #include <glib/gi18n.h> +#include <filter/rule-editor.h> +#include <widgets/misc/e-menu-tool-button.h> +#include <widgets/misc/e-online-button.h> +#include <widgets/misc/e-search-bar.h> + #include <e-shell.h> +#include <e-shell-content.h> #include <e-shell-view.h> #include <e-shell-registry.h> #include <e-shell-switcher.h> #include <e-shell-window-actions.h> -#include <e-menu-tool-button.h> -#include <e-online-button.h> - #define E_SHELL_WINDOW_GET_PRIVATE(obj) \ (G_TYPE_INSTANCE_GET_PRIVATE \ ((obj), E_TYPE_SHELL_WINDOW, EShellWindowPrivate)) |