X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=from.c;h=eafdfe69a08a2de385d6ab5a8abbe074d33bd92b;hp=64686fc9eb642343f90dc55cc7aabb6db52b46c1;hb=90c36546d834608e1ce96f4142ef9a1f6b405a7c;hpb=c8bf978fc5c4f6c793620a515fa2456a3fa9eb13 diff --git a/from.c b/from.c index 64686fc..eafdfe6 100644 --- a/from.c +++ b/from.c @@ -11,17 +11,16 @@ # include "config.h" #endif +#include +#include + #include #include #include +#include #include "mutt.h" -#include "lib/debug.h" - -#include -#include - static const char *next_word(const char *s) { while (*s && !ISSPACE(*s))