Fix #include flavor
authorChris Lattner <sabre@nondot.org>
Mon, 4 Oct 2004 18:10:18 +0000 (18:10 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Oct 2004 18:10:18 +0000 (18:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16658 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/hash_map.in
include/llvm/ADT/hash_set.in
include/llvm/ADT/ilist
include/llvm/Support/DataTypes.h.in
include/llvm/System/TimeValue.h

index c21711bf233db7ebeff1ae81b8f585f97e795cb6..15cded2f8c8d47698113a822f645e96f460e461b 100644 (file)
@@ -65,6 +65,6 @@ using HASH_NAMESPACE::hash;
 // out specializations like stl_bvector.h, causing link conflicts.
 #include <vector>
 
-#include <llvm/ADT/HashExtras.h>
+#include "llvm/ADT/HashExtras.h"
 
 #endif
index aae9615ccf61dee3a6cd0828569875e3306a5c65..1c7677d6ade3a6c49d89fc9683349ba56bf4d092 100644 (file)
@@ -66,6 +66,6 @@ using HASH_NAMESPACE::hash;
 // out specializations like stl_bvector.h, causing link conflicts.
 #include <vector>
 
-#include <llvm/ADT/HashExtras.h>
+#include "llvm/ADT/HashExtras.h"
 
 #endif
index 8c447c92e9bae6973088b813484a758a9c83b4bf..0d5e75de75cba153548be9eb4123548c285c1605 100644 (file)
@@ -38,7 +38,7 @@
 #ifndef LLVM_ADT_ILIST
 #define LLVM_ADT_ILIST
 
-#include <llvm/ADT/iterator>
+#include "llvm/ADT/iterator"
 #include <cassert>
 
 namespace llvm {
index ca02a01571c5ec77be396e4479ba3f5ffa87c18f..a81fe51d4deaa50f2854080deb1c47f999050e87 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef SUPPORT_DATATYPES_H
 #define SUPPORT_DATATYPES_H
 
-#include <llvm/Config/config.h>
+#include "llvm/Config/config.h"
 
 // Note that this header's correct operation depends on __STDC_LIMIT_MACROS
 // being defined.  We would define it here, but in order to prevent Bad Things
index ed3b766f85a1cda2b79dd35305374e6cfdf816ae..0ca83aa2e88b7bf1d5e9ad5b9e840c9f5f5ddaa1 100644 (file)
@@ -11,7 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include <llvm/Support/DataTypes.h>
+#include "llvm/Support/DataTypes.h"
 
 #ifndef LLVM_SYSTEM_TIMEVALUE_H
 #define LLVM_SYSTEM_TIMEVALUE_H