summaryrefslogtreecommitdiffstats
path: root/gold/symtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/symtab.h')
-rw-r--r--gold/symtab.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gold/symtab.h b/gold/symtab.h
index 148634ed8c..d186cc17bb 100644
--- a/gold/symtab.h
+++ b/gold/symtab.h
@@ -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
{
OpenPOWER on IntegriCloud