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:
b2ebd4b
)
Remove unused header. NFC.
author
Juergen Ributzka
<juergen@apple.com>
Mon, 22 Dec 2014 19:09:15 +0000
(19:09 +0000)
committer
Juergen Ributzka
<juergen@apple.com>
Mon, 22 Dec 2014 19:09:15 +0000
(19:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224722
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/MC/MCAsmStreamer.cpp
patch
|
blob
|
history
diff --git
a/lib/MC/MCAsmStreamer.cpp
b/lib/MC/MCAsmStreamer.cpp
index
8731755
..
cff1715
100644
(file)
--- a/
lib/MC/MCAsmStreamer.cpp
+++ b/
lib/MC/MCAsmStreamer.cpp
@@
-32,7
+32,6
@@
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/Path.h"
#include <cctype>
-#include <unordered_map>
using namespace llvm;
namespace {