Remove unused includes.

llvm-svn: 248218
This commit is contained in:
Rafael Espindola 2015-09-21 22:14:55 +00:00
parent c803442890
commit 327b8e19b1
1 changed files with 0 additions and 5 deletions

View File

@ -9,13 +9,8 @@
#include "OutputSections.h"
#include "Config.h"
#include "InputFiles.h"
#include "Symbols.h"
#include "SymbolTable.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
using namespace llvm::object;
using namespace llvm::ELF;