* symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove

includes to gc.h and icf.h.
	* arm.cc: Include gc.h.
	* gold.cc: Likewise.
	* i386.cc: Likewise.
	* powerpc.cc: Likewise.
	* sparc.cc: Likewise.
	* x86_64.cc: Likewise.
	* gc.h: Include icf.h.
This commit is contained in:
Sriraman Tallam
2009-10-13 00:39:31 +00:00
parent 01c4733f39
commit f345227a0c
9 changed files with 22 additions and 5 deletions

View File

@@ -23,20 +23,18 @@
// Symbol_table
// The symbol table.
#ifndef GOLD_SYMTAB_H
#define GOLD_SYMTAB_H
#include <string>
#include <utility>
#include <vector>
#include "gc.h"
#include "icf.h"
#include "elfcpp.h"
#include "parameters.h"
#include "stringpool.h"
#include "object.h"
#ifndef GOLD_SYMTAB_H
#define GOLD_SYMTAB_H
namespace gold
{