X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=hcache.c;h=1a86d4c5690c68229fafbadc69e30014b5b78b85;hp=93b84dea4d11555d1ec55560eb3d3fa9e7d432f2;hb=841a368ddea400022328f35dd8c7a3eb6f543892;hpb=cf69ddd650f124d3aed242285434ba2b97fb4b79 diff --git a/hcache.c b/hcache.c index 93b84de..1a86d4c 100644 --- a/hcache.c +++ b/hcache.c @@ -8,6 +8,11 @@ * 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 */ + +#ifdef USE_HCACHE # if HAVE_INTTYPES_H # include @@ -17,12 +22,6 @@ # endif # endif -#if HAVE_CONFIG_H -#include "config.h" -#endif /* HAVE_CONFIG_H */ - -#ifdef USE_HCACHE - #if HAVE_QDBM #include #include