diff options
Diffstat (limited to 'addressbook/gui/component/e-book-shell-view-private.h')
-rw-r--r-- | addressbook/gui/component/e-book-shell-view-private.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/addressbook/gui/component/e-book-shell-view-private.h b/addressbook/gui/component/e-book-shell-view-private.h index 0d7fd706f6..d53ced9440 100644 --- a/addressbook/gui/component/e-book-shell-view-private.h +++ b/addressbook/gui/component/e-book-shell-view-private.h @@ -32,15 +32,17 @@ #include <libedataserver/e-sexp.h> #include <libedataserverui/e-source-selector.h> -#include <e-util/gconf-bridge.h> -#include <shell/e-shell-content.h> -#include <shell/e-shell-sidebar.h> +#include "e-util/gconf-bridge.h" +#include "shell/e-shell-content.h" +#include "shell/e-shell-sidebar.h" + +#include "addressbook/gui/contact-editor/e-contact-editor.h" +#include "addressbook/gui/contact-list-editor/e-contact-list-editor.h" +#include "addressbook/gui/widgets/eab-gui-util.h" +#include "addressbook/gui/widgets/e-addressbook-view.h" -#include <eab-gui-util.h> -#include <e-addressbook-view.h> #include <e-book-shell-content.h> #include <e-book-shell-sidebar.h> - #include <e-book-shell-view-actions.h> #define E_BOOK_SHELL_VIEW_GET_PRIVATE(obj) \ |