aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCContext.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-03-10 17:56:05 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-03-10 17:56:05 +0000
commit0965200ac21fb481557f256c86d057df13bbb55e (patch)
tree9a00f1daa1726c2a37e6603fa73c58914496e1fb /lib/MC/MCContext.cpp
parentc81f0af6b768fbd08babc866d9b42ed949e2d2a6 (diff)
Remove unneeded includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCContext.cpp')
-rw-r--r--lib/MC/MCContext.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCContext.cpp b/lib/MC/MCContext.cpp
index 63264f63c4..8279fd4d07 100644
--- a/lib/MC/MCContext.cpp
+++ b/lib/MC/MCContext.cpp
@@ -10,7 +10,6 @@
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCSection.h"
#include "llvm/MC/MCSymbol.h"
-#include "llvm/MC/MCValue.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Twine.h"
using namespace llvm;