X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-sys%2Fexit.c;h=d762cf9dc096175a267fb0ec6d95d9f0f25aa52b;hp=01a23e5525f6e815ad863dc1e23716fa1e97da01;hb=bb8c11821cc88fef9da474587cc42e0f7554cf28;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/lib-sys/exit.c b/lib-sys/exit.c index 01a23e5..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"