Remove unneeded header
authorJim Grosbach <grosbach@apple.com>
Mon, 4 Oct 2010 17:53:40 +0000 (17:53 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 4 Oct 2010 17:53:40 +0000 (17:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115525 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MSP430/AsmPrinter/MSP430InstPrinter.cpp

index 304e677d6f9ee56627806f09ee22bd93174157aa..e10d4fe7ca1654cf3e6b9c847cd4e92ac6a62f14 100644 (file)
@@ -13,7 +13,6 @@
 
 #define DEBUG_TYPE "asm-printer"
 #include "MSP430.h"
-#include "MSP430InstrInfo.h"
 #include "MSP430InstPrinter.h"
 #include "llvm/MC/MCInst.h"
 #include "llvm/MC/MCAsmInfo.h"