summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-09-21 22:14:55 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-09-21 22:14:55 +0000
commit327b8e19b19a7cb7348da92771725b375c2299b4 (patch)
tree1bdc139e2c25de323235f90b2e2161b6671ff1d3
parentc8034428905c747e80aa7e6d3a13d662d7c7dc7a (diff)
downloadbcm5719-llvm-327b8e19b19a7cb7348da92771725b375c2299b4.tar.gz
bcm5719-llvm-327b8e19b19a7cb7348da92771725b375c2299b4.zip
Remove unused includes.
llvm-svn: 248218
-rw-r--r--lld/ELF/OutputSections.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lld/ELF/OutputSections.cpp b/lld/ELF/OutputSections.cpp
index d625094dbb8..d86793277fb 100644
--- a/lld/ELF/OutputSections.cpp
+++ b/lld/ELF/OutputSections.cpp
@@ -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;
OpenPOWER on IntegriCloud