Systems headers use <> not ""
authorChris Lattner <sabre@nondot.org>
Mon, 29 Oct 2001 13:29:50 +0000 (13:29 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Oct 2001 13:29:50 +0000 (13:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1023 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineInstr.h

index 83798aed22f06ebe67dd42d260e7ed9e7e8e2e35..748ae15bf712fe0a79684238fa6e1f281d98536c 100644 (file)
@@ -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 <hash_map>
+#include <hash_set>
 
 template<class _MI, class _V> class ValOpIterator;