X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pop%2Fmx_pop.c;h=f30dbbd088a7dd620b0f9b7e4cfaccd5b21aa402;hb=723f7ae3f24f7881c9ce87abf933cd5bec4ac0bc;hp=0b6d9e513ba28aa8b6d8f433d9422a0c18772d9d;hpb=617e7d83d14e14e6a520a48e75437211b16c8834;p=apps%2Fmadmutt.git diff --git a/pop/mx_pop.c b/pop/mx_pop.c index 0b6d9e5..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,10 +19,6 @@ #include "mx.h" #include "mx_pop.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);