X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-main-window.c;h=33437ed1b9529d21b655a8d7f5ee7ba5fcc0c959;hp=7f0b1aaf94198de4f8fc7c8a589f9a624cd748f4;hb=b4a9749039155183fffb11fce77d06caf3238dce;hpb=597d8669892c46cd026da68bb9be9c0fa839b443 diff --git a/src/maemo/modest-main-window.c b/src/maemo/modest-main-window.c index 7f0b1aa..33437ed 100644 --- a/src/maemo/modest-main-window.c +++ b/src/maemo/modest-main-window.c @@ -53,9 +53,15 @@ #include "modest-mail-operation.h" #include "modest-icon-names.h" #include "modest-progress-bar-widget.h" -#include #include "maemo/modest-osso-state-saving.h" +#ifdef MODEST_HILDON_VERSION_0 +#include +#else +#include +#endif /*MODEST_HILDON_VERSION_0*/ + + /* 'private'/'protected' functions */ static void modest_main_window_class_init (ModestMainWindowClass *klass); static void modest_main_window_init (ModestMainWindow *obj);