From b82a16f3a579ba7dd445e1f851aa87d15a7e4c34 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 29 Feb 2004 21:03:08 +0000 Subject: [PATCH] Urg, forgot to check this in. llvm-svn: 12007 --- lib/CodeGen/MachineCodeForInstruction.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/CodeGen/MachineCodeForInstruction.cpp b/lib/CodeGen/MachineCodeForInstruction.cpp index 75ee28878ec..da9819c552d 100644 --- a/lib/CodeGen/MachineCodeForInstruction.cpp +++ b/lib/CodeGen/MachineCodeForInstruction.cpp @@ -24,7 +24,6 @@ #include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/MachineInstr.h" -#include "llvm/CodeGen/MachineInstrAnnot.h" #include "llvm/Instruction.h" using namespace llvm;