]> git.saurik.com Git - bison.git/blobdiff - lib/bitset_stats.c
* bootstrap.conf (gnulib_modules): Add config-h.
[bison.git] / lib / bitset_stats.c
index 7b7fb341d97cd5958326d5c0f00c7b72c29df0b9..8dc693e23bece3573d4b7b5d8282804bdeec0719 100644 (file)
    operations get vectored through here and we then call the appropriate
    routines.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
+
+#include "bitset_stats.h"
 
 #include "bbitset.h"
 #include "abitset.h"
 #include "ebitset.h"
 #include "lbitset.h"
 #include "vbitset.h"
-#include "bitset_stats.h"
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>