From: Chris Lattner Date: Tue, 9 Jul 2002 16:50:24 +0000 (+0000) Subject: Include header in the compiler-neutral location X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=53e9983790f497519919385e60fd2a942d75f652;p=oota-llvm.git Include header in the compiler-neutral location git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2843 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 4d772d8f880..15c4b7878a7 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -12,7 +12,7 @@ #include "llvm/Target/MachineInstrInfo.h" #include "llvm/Annotation.h" #include -#include +#include class Instruction; //---------------------------------------------------------------------------