From 84d404b0ed0977cb35e961070a76f6d194327965 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Sat, 29 May 2004 23:26:13 +0000 Subject: [PATCH] Remove unused #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13899 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/InstrSelection/InstrForest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp index fd5056d22d7..d7409d896b3 100644 --- a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp +++ b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp @@ -25,7 +25,6 @@ #include "llvm/iMemory.h" #include "llvm/Type.h" #include "llvm/CodeGen/InstrForest.h" -#include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/MachineInstr.h" #include "Support/STLExtras.h" #include "Config/alloca.h"