[lld] r221430 - [ELF] Remove includes that are not used

Shankar Easwaran shankarke at gmail.com
Wed Nov 5 18:35:42 PST 2014


Author: shankare
Date: Wed Nov  5 20:35:42 2014
New Revision: 221430

URL: http://llvm.org/viewvc/llvm-project?rev=221430&view=rev
Log:
[ELF] Remove includes that are not used

Modified:
    lld/trunk/lib/ReaderWriter/ELF/DefaultLayout.h

Modified: lld/trunk/lib/ReaderWriter/ELF/DefaultLayout.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/DefaultLayout.h?rev=221430&r1=221429&r2=221430&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/DefaultLayout.h (original)
+++ lld/trunk/lib/ReaderWriter/ELF/DefaultLayout.h Wed Nov  5 20:35:42 2014
@@ -30,8 +30,6 @@
 #include "llvm/Support/Errc.h"
 #include "llvm/Support/Format.h"
 #include <map>
-#include <memory>
-#include <tuple>
 #include <unordered_map>
 
 namespace lld {





More information about the llvm-commits mailing list