X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-sys%2Fexit.c;h=d762cf9dc096175a267fb0ec6d95d9f0f25aa52b;hp=0b4e499e7e4d41d5c4baa41d1ba3fc4a902e7594;hb=bb8c11821cc88fef9da474587cc42e0f7554cf28;hpb=06797b065bbd5d88bf473c4b9f8525dcb9990bb7 diff --git a/lib-sys/exit.c b/lib-sys/exit.c index 0b4e499..d762cf9 100644 --- a/lib-sys/exit.c +++ b/lib-sys/exit.c @@ -26,18 +26,14 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif +#include -#include #ifdef HAVE_SYSEXITS_H #include #else /* Make sure EX_OK is defined */ #define EX_OK 0 #endif -#include #include "exit.h"