projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51a3354
)
Remove un-needed #includes.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 20 Dec 2004 04:15:44 +0000
(
04:15
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 20 Dec 2004 04:15:44 +0000
(
04:15
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19061
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Linker/LinkArchives.cpp
patch
|
blob
|
history
diff --git
a/lib/Linker/LinkArchives.cpp
b/lib/Linker/LinkArchives.cpp
index 3661e2aeadd3a03210d6d5eb8db107fcd323c473..2f6cfca33229e55fbd928bb7185327dad190d8a5 100644
(file)
--- a/
lib/Linker/LinkArchives.cpp
+++ b/
lib/Linker/LinkArchives.cpp
@@
-19,9
+19,7
@@
#include "llvm/Bytecode/Reader.h"
#include "llvm/Bytecode/Archive.h"
#include "llvm/Config/config.h"
-//#include "llvm/Support/SystemUtils.h"
-//#include <algorithm>
-//#include <memory>
+#include <memory>
#include <set>
#include <iostream>