]> git.saurik.com Git - bison.git/blobdiff - lib/bitsetv-print.c
* bootstrap.conf (gnulib_modules): Add config-h.
[bison.git] / lib / bitsetv-print.c
index 00838713e4b853472c9696d4a2c00a79a67aa106..e843caade8b043dfebfe467df13cce6429237099 100644 (file)
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
-#include <stdlib.h>
 #include "bitsetv-print.h"
 
+#include <stdlib.h>
+
 /*--------------------------------------------------------.
 | Display the MATRIX array of SIZE bitsets of size SIZE.  |
 `--------------------------------------------------------*/