X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=commands.c;h=3ad59c8bd309247847bde09b4058e509336ee078;hb=05a3bbbe420e4afc76e0eea24ce32f859405dc4a;hp=b1ae87017842fecb965aff42cf8b6c021c5b68c3;hpb=4a0b020a3048f079979bea43c04f9fe388f9354d;p=apps%2Fmadmutt.git diff --git a/commands.c b/commands.c index b1ae870..3ad59c8 100644 --- a/commands.c +++ b/commands.c @@ -12,10 +12,20 @@ # include "config.h" #endif +#include +#include +#include +#include +#include +#include +#include +#include + #include #include #include #include +#include #include @@ -42,17 +52,6 @@ #include "buffy.h" #endif -#include "lib/debug.h" - -#include -#include -#include -#include -#include -#include -#include -#include - /* The folder the user last saved to. Used by ci_save_message() */ static char LastSaveFolder[_POSIX_PATH_MAX] = "";