X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=hcache.c;h=953e70f1e226aa175cce07bd04f5d8fc99cfa40d;hp=39028125c181eaedf69af29080dddd3e80345db8;hb=2ce8de509852f47a90f834b3e8d047e054810309;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/hcache.c b/hcache.c index 3902812..953e70f 100644 --- a/hcache.c +++ b/hcache.c @@ -8,22 +8,13 @@ * It's licensed under the GNU General Public License, * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -#include "config.h" -#endif /* HAVE_CONFIG_H */ + +#include #ifdef USE_HCACHE #define MUTTNG_HCACHE_ID "0x004" -# ifdef HAVE_INTTYPES_H -# include -# else -# ifdef HAVE_STDINT_H -# include -# endif -# endif - #if defined(HAVE_QDBM) #include #include @@ -34,15 +25,7 @@ #include #endif -#include -#include -#ifdef HAVE_SYS_TIME_H -#include -#endif - -#include #include - #include #include "charset.h"