aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Osborne <richard@xmos.com>2012-12-17 12:13:32 +0000
committerRichard Osborne <richard@xmos.com>2012-12-17 12:13:32 +0000
commit31061e68a27e5ac9786f23dbc29a22383039e525 (patch)
treea0be61f0f6fd2254a687855337b1b78bbeb5c391
parent12ea410114702006849feca17d834e41d535a6c6 (diff)
Remove unnecessary include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170319 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/XCore/XCoreMCInstLower.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/XCore/XCoreMCInstLower.h b/lib/Target/XCore/XCoreMCInstLower.h
index 10bf5d863e..fb138f0214 100644
--- a/lib/Target/XCore/XCoreMCInstLower.h
+++ b/lib/Target/XCore/XCoreMCInstLower.h
@@ -9,7 +9,6 @@
#ifndef XCOREMCINSTLOWER_H
#define XCOREMCINSTLOWER_H
-#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/Support/Compiler.h"