]> git.saurik.com Git - bison.git/blobdiff - lib/bbitset.h
* config/announce-gen, Makefile.cfg: New.
[bison.git] / lib / bbitset.h
index 04bc487d5d5abe5b66b99b168f6ccd6795dfa4e1..7dd62f968681854a72d1148c7a0b921423230881 100644 (file)
@@ -19,12 +19,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #ifndef _BBITSET_H
 #define _BBITSET_H
 
-#include "config.h"
 #include "libiberty.h"
 
 #include <stdbool.h>
 #include <limits.h>
-#include <sys/types.h>
+#include <stddef.h>
 
 /* Currently we support five flavours of bitsets:
    BITSET_ARRAY:  Array of bits (fixed size, fast for dense bitsets).