aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/ADT')
-rw-r--r--include/llvm/ADT/hash_map.in2
-rw-r--r--include/llvm/ADT/hash_set.in2
-rw-r--r--include/llvm/ADT/ilist2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/ADT/hash_map.in b/include/llvm/ADT/hash_map.in
index c21711b..15cded2 100644
--- a/include/llvm/ADT/hash_map.in
+++ b/include/llvm/ADT/hash_map.in
@@ -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
diff --git a/include/llvm/ADT/hash_set.in b/include/llvm/ADT/hash_set.in
index aae9615..1c7677d 100644
--- a/include/llvm/ADT/hash_set.in
+++ b/include/llvm/ADT/hash_set.in
@@ -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
diff --git a/include/llvm/ADT/ilist b/include/llvm/ADT/ilist
index 8c447c9..0d5e75d 100644
--- a/include/llvm/ADT/ilist
+++ b/include/llvm/ADT/ilist
@@ -38,7 +38,7 @@
#ifndef LLVM_ADT_ILIST
#define LLVM_ADT_ILIST
-#include <llvm/ADT/iterator>
+#include "llvm/ADT/iterator"
#include <cassert>
namespace llvm {