[lld] r248218 - Remove unused includes.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 15:14:56 PDT 2015
Author: rafael
Date: Mon Sep 21 17:14:55 2015
New Revision: 248218
URL: http://llvm.org/viewvc/llvm-project?rev=248218&view=rev
Log:
Remove unused includes.
Modified:
lld/trunk/ELF/OutputSections.cpp
Modified: lld/trunk/ELF/OutputSections.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/OutputSections.cpp?rev=248218&r1=248217&r2=248218&view=diff
==============================================================================
--- lld/trunk/ELF/OutputSections.cpp (original)
+++ lld/trunk/ELF/OutputSections.cpp Mon Sep 21 17:14:55 2015
@@ -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;
More information about the llvm-commits
mailing list