]> git.saurik.com Git - bison.git/blobdiff - lib/bitsetv.c
* djgpp/config.site: Adjustments concerning the use of autoconf 2.61.
[bison.git] / lib / bitsetv.c
index ae79853c8b23cac092b362c0518e509b4236feb8..b26e8971a3339443bd46ae3349c5e72206b0fa9c 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.  */
 
    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.h"
 
 #include "bitsetv.h"
 
+#include <stdlib.h>
+
 
 /* Create a vector of N_VECS bitsets, each of N_BITS, and of
    type TYPE.  */
 
 /* Create a vector of N_VECS bitsets, each of N_BITS, and of
    type TYPE.  */