X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=sort.c;h=3e60387f4ba457479701ff3454869c88ac54f6be;hb=45528548fd2dddcbef9396b0589ec88d722766ee;hp=6b6d737fe4d0d0192e29d3e7671603928a73463a;hpb=711f787502b6a1a1c150b948a5ed9156c8ef9ba1;p=apps%2Fmadmutt.git diff --git a/sort.c b/sort.c index 6b6d737..3e60387 100644 --- a/sort.c +++ b/sort.c @@ -7,17 +7,9 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include -#include +#include -#include -#include +#include #include "mutt.h" #include "alias.h" @@ -90,7 +82,7 @@ int compare_subject (const void *a, const void *b) const char *mutt_get_name (address_t * a) { - address_t *ali; + const address_t *ali; const char *name = ""; if (a) {