From 99c32453d02c2be1393367ba969dc7bfc6b36d92 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 17 Jun 2003 07:19:50 +0000 Subject: [PATCH] Upgrade to 2003-06-08 libbitset; then: Do not include config.h; that's the includer's job. Do not include ; shouldn't be needed on a C89 host. --- lib/bbitset.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/bbitset.h b/lib/bbitset.h index 04bc487d..3accc74c 100644 --- a/lib/bbitset.h +++ b/lib/bbitset.h @@ -19,12 +19,10 @@ 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 #include -#include /* Currently we support five flavours of bitsets: BITSET_ARRAY: Array of bits (fixed size, fast for dense bitsets). -- 2.45.2