summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-03-27 07:54:11 +0000
committerCraig Topper <craig.topper@gmail.com>2012-03-27 07:54:11 +0000
commit4e02f23de24375294005f88b5254a3775d39fcb2 (patch)
treee9280817159f22cbb5e99ea682587004b0ba7e58 /lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
parentc89c744b69cecac576317a98322fd295e36e9886 (diff)
downloadllvm-4e02f23de24375294005f88b5254a3775d39fcb2.tar.gz
llvm-4e02f23de24375294005f88b5254a3775d39fcb2.tar.bz2
llvm-4e02f23de24375294005f88b5254a3775d39fcb2.tar.xz
Prune some includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h')
-rw-r--r--lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h b/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
index 24e170ae57..076777541e 100644
--- a/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
+++ b/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
@@ -14,10 +14,10 @@
#ifndef XCORETARGETASMINFO_H
#define XCORETARGETASMINFO_H
-#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCAsmInfo.h"
namespace llvm {
+ class StringRef;
class Target;
class XCoreMCAsmInfo : public MCAsmInfo {