From: Pierre Habouzit Date: Sat, 12 Jan 2008 14:13:51 +0000 (+0100) Subject: imap_private.h is … private X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=852725f1307961ba31e4f1470d8b834e4b7a6754 imap_private.h is … private Signed-off-by: Pierre Habouzit --- diff --git a/flags.c b/flags.c index fe4f79a..d25aca7 100644 --- a/flags.c +++ b/flags.c @@ -12,12 +12,11 @@ #include #include #include +#include #include "mutt.h" #include "sort.h" -#include - void _mutt_set_flag (CONTEXT * ctx, HEADER * h, int flag, int bf, int upd_ctx) { diff --git a/lib-ui/curs_main.c b/lib-ui/curs_main.c index 0c1e85e..6840fb7 100644 --- a/lib-ui/curs_main.c +++ b/lib-ui/curs_main.c @@ -13,6 +13,7 @@ #include #include #include +#include #include "menu.h" @@ -26,8 +27,6 @@ #include "thread.h" #include "score.h" -#include - static const char *No_mailbox_is_open = N_("No mailbox is open."); static const char *There_are_no_messages = N_("There are no messages."); static const char *Mailbox_is_read_only = N_("Mailbox is read-only."); diff --git a/pager.c b/pager.c index 2e29e65..a66f9b0 100644 --- a/pager.c +++ b/pager.c @@ -29,7 +29,7 @@ #include "charset.h" #include "buffy.h" -#include +#include #define ISHEADER(x) ((x) == MT_COLOR_HEADER || (x) == MT_COLOR_HDEFAULT)