diff options
author | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-05 12:47:22 +0000 |
---|---|---|
committer | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-05 12:47:22 +0000 |
commit | 3304ca2b022fad0aa122eeed7ff170c2fb84218e (patch) | |
tree | cca3b8ebebe3e0e46373e49147b78e2a9edb91c6 /gcc/sparseset.c | |
parent | 650222b0389a1170bfadad5765572a17396e4567 (diff) | |
download | gcc-3304ca2b022fad0aa122eeed7ff170c2fb84218e.tar.gz |
2007-11-27 Bernhard Fischer <aldot@gcc.gnu.org>
* sparseset.c: Include config.h and system.h before sparseset.h.
* sparseset.h: Remove inclusion of system.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130622 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sparseset.c')
-rw-r--r-- | gcc/sparseset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/sparseset.c b/gcc/sparseset.c index 8d7cd9373bd..f556c4dc05c 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 <http://www.gnu.org/licenses/>. */ -#include "libiberty.h" +#include "config.h" +#include "system.h" #include "sparseset.h" - /* Allocate and clear a n_elms SparseSet. */ sparseset |