From: Chris Lattner Date: Sun, 29 Feb 2004 05:15:56 +0000 (+0000) Subject: Remove unneeded #include X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7598a1a9a8ad9b974e428e24606c108aa3ba1431;p=oota-llvm.git Remove unneeded #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11978 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 7545fcbcdc0..754f3d2bc0e 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -16,9 +16,9 @@ #ifndef LLVM_CODEGEN_MACHINEINSTR_H #define LLVM_CODEGEN_MACHINEINSTR_H -#include "Support/Annotation.h" #include "Support/iterator" #include +#include namespace llvm {