Use good m_ functions, because it smell like a flower, version 2.
[apps/madmutt.git] / lib.h
diff --git a/lib.h b/lib.h
index 3985310..11dcf66 100644 (file)
--- a/lib.h
+++ b/lib.h
@@ -8,31 +8,10 @@
  * please see the file GPL in the top level source directory.
  */
 
-/* mutt functions which are generally useful. */
-
 #ifndef _LIB_H
 # define _LIB_H
 
-# include <stdio.h>
-# include <string.h>
-# ifdef HAVE_UNISTD_H
-#  include <unistd.h>           /* needed for SEEK_SET */
-# endif
-# include <sys/types.h>
-# include <sys/stat.h>
-# include <time.h>
-# include <limits.h>
-# include <stdarg.h>
-# include <signal.h>
-
-# ifndef _POSIX_PATH_MAX
-#  include <posix1_lim.h>
-# endif
-
 void mutt_exit (int);
-
-/* The actual library functions. */
-
 void mutt_nocurses_error (const char *, ...);
 
 #endif