[lld] r230733 - [ELF] Remove includes that are not used
Shankar Easwaran
shankare at codeaurora.org
Thu Feb 26 21:12:30 PST 2015
Author: shankare
Date: Thu Feb 26 23:12:30 2015
New Revision: 230733
URL: http://llvm.org/viewvc/llvm-project?rev=230733&view=rev
Log:
[ELF] Remove includes that are not used
This remove(s) include of the filename twice.
Modified:
lld/trunk/lib/ReaderWriter/ELF/ELFFile.h
Modified: lld/trunk/lib/ReaderWriter/ELF/ELFFile.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/ELFFile.h?rev=230733&r1=230732&r2=230733&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/ELFFile.h (original)
+++ lld/trunk/lib/ReaderWriter/ELF/ELFFile.h Thu Feb 26 23:12:30 2015
@@ -11,28 +11,7 @@
#define LLD_READER_WRITER_ELF_FILE_H
#include "Atoms.h"
-#include "lld/Core/File.h"
-#include "lld/Core/Reference.h"
-#include "lld/ReaderWriter/ELFLinkingContext.h"
-#include "llvm/ADT/ArrayRef.h"
-#include "llvm/ADT/SmallString.h"
-#include "llvm/ADT/StringRef.h"
-#include "llvm/ADT/StringSet.h"
-#include "llvm/ADT/StringMap.h"
-#include "llvm/Object/ELF.h"
-#include "llvm/Object/ObjectFile.h"
-#include "llvm/Support/Allocator.h"
-#include "llvm/Support/Casting.h"
-#include "llvm/Support/ELF.h"
-#include "llvm/Support/ErrorHandling.h"
-#include "llvm/Support/ErrorOr.h"
-#include "llvm/Support/MathExtras.h"
-#include "llvm/Support/Memory.h"
-#include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Support/Path.h"
-#include "llvm/Support/raw_ostream.h"
#include <map>
-#include <system_error>
#include <unordered_map>
namespace lld {
More information about the llvm-commits
mailing list