X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/02650b7f0e3ef470a949768bdb907183da4b3beb..c7c8ecd1df6d45686dcd9cf9cd78314b9eb70855:/lib/bitsetv.c?ds=inline diff --git a/lib/bitsetv.c b/lib/bitsetv.c index ae79853c..b26e8971 100644 --- a/lib/bitsetv.c +++ b/lib/bitsetv.c @@ -15,13 +15,12 @@ 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 -#endif +#include -#include #include "bitsetv.h" +#include + /* Create a vector of N_VECS bitsets, each of N_BITS, and of type TYPE. */