From: Chris Lattner Date: Mon, 29 Oct 2001 13:29:50 +0000 (+0000) Subject: Systems headers use <> not "" X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3259a3237d6213002991d62ab1a0ff1f9d460846;p=oota-llvm.git Systems headers use <> not "" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1023 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 83798aed22f..748ae15bf71 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -20,8 +20,8 @@ #include "llvm/Support/DataTypes.h" #include "llvm/Support/NonCopyable.h" #include "llvm/Target/MachineInstrInfo.h" -#include "hash_map" -#include "hash_set" +#include +#include template class ValOpIterator;