X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fresize.c;h=74cd58c97c7213b4f4029c8f29aa6c3ba4137267;hp=82fe316075f7721b38cddd9e65b95ad62478bcea;hb=e7a772dca1b86e4036d25038ee67aa34dd217c07;hpb=c8102caaf1221828c06752f9ac69271fb999c145 diff --git a/lib-ui/resize.c b/lib-ui/resize.c index 82fe316..74cd58c 100644 --- a/lib-ui/resize.c +++ b/lib-ui/resize.c @@ -7,29 +7,20 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif +#include #if defined(USE_SLANG_CURSES) || defined(HAVE_RESIZETERM) -#include - -#include "mutt.h" - -#include -#include -#include #include - #ifdef HAVE_SYS_IOCTL_H -#include -#else -# ifdef HAVE_IOCTL_H -# include -# endif +# include +#elif defined(HAVE_IOCTL_H) +# include #endif +#include +#include "mutt.h" + /* this routine should be called after receiving SIGWINCH */ void mutt_resize_screen (void) {