From 59b130b365bbb85a040ee7e1de221cf4aedb691a Mon Sep 17 00:00:00 2001 From: Bernhard Fischer Date: Wed, 5 Dec 2007 13:47:22 +0100 Subject: sparseset.c: Include config.h and system.h before sparseset.h. 2007-11-27 Bernhard Fischer * sparseset.c: Include config.h and system.h before sparseset.h. * sparseset.h: Remove inclusion of system.h. From-SVN: r130622 --- gcc/sparseset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/sparseset.c') diff --git a/gcc/sparseset.c b/gcc/sparseset.c index 8d7cd93..f556c4d 100644 --- a/gcc/sparseset.c +++ b/gcc/sparseset.c @@ -18,10 +18,10 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ -#include "libiberty.h" +#include "config.h" +#include "system.h" #include "sparseset.h" - /* Allocate and clear a n_elms SparseSet. */ sparseset -- cgit v1.1