X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pop%2Fmx_pop.c;h=f30dbbd088a7dd620b0f9b7e4cfaccd5b21aa402;hb=ac813896ca32d850febc2d95065ac4fa040f11f9;hp=34b6b456930b58d231ed545a0c26a8eea4656b49;hpb=b3cb6ed8d36c550a2e589910ce51bbc8352ff57c;p=apps%2Fmadmutt.git diff --git a/pop/mx_pop.c b/pop/mx_pop.c index 34b6b45..f30dbbd 100644 --- a/pop/mx_pop.c +++ b/pop/mx_pop.c @@ -10,6 +10,8 @@ #include #include +#include +#include #include "mutt.h" #include "pop.h" @@ -17,11 +19,6 @@ #include "mx.h" #include "mx_pop.h" -#include "lib/mem.h" -#include "lib/str.h" - -#include "url.h" - static int pop_is_magic (const char* path, struct stat* st) { url_scheme_t s = url_check_scheme (NONULL (path)); return ((s == U_POP || s == U_POPS) ? M_POP : -1);