push username, homedir and tmpdir in lua too.
[apps/madmutt.git] / lib-sys / exit.c
index 01a23e5..d762cf9 100644 (file)
  * please see the file GPL in the top level source directory.
  */
 
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include <lib-lib/lib-lib.h>
 
-#include <stdlib.h>
 #ifdef HAVE_SYSEXITS_H
 #include <sysexits.h>
 #else /* Make sure EX_OK is defined <philiph@pobox.com> */
 #define EX_OK 0
 #endif
 
-#include <lib-lib/lib-lib.h>
 
 #include "exit.h"