Don't #include <Support/*>, #include "Support/*"
authorChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 02:11:53 +0000 (02:11 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 02:11:53 +0000 (02:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4325 91177308-0d34-0410-b5e6-96231b3b80d8

14 files changed:
include/Support/DepthFirstIterator.h
include/Support/HashExtras.h
include/Support/MathExtras.h
include/Support/PostOrderIterator.h
include/llvm/ADT/DepthFirstIterator.h
include/llvm/ADT/HashExtras.h
include/llvm/ADT/PostOrderIterator.h
include/llvm/Analysis/ConstantsScanner.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/Support/MathExtras.h
include/llvm/Target/TargetRegInfo.h
include/llvm/Target/TargetSchedInfo.h
lib/CodeGen/InstrSched/SchedPriorities.h
lib/Target/SparcV9/InstrSched/SchedPriorities.h

index e0782ac83aa625bc40a60705fec2cad9a583fbcd..7ae4b9dc6ffde1727f50637a4b5188d276c24578 100644 (file)
@@ -9,7 +9,7 @@
 #define LLVM_SUPPORT_DEPTH_FIRST_ITERATOR_H
 
 #include "Support/GraphTraits.h"
-#include <Support/iterator>
+#include "Support/iterator"
 #include <stack>
 #include <set>
 
index 5887a8311626e6956d7c9323a415fbb98fd17b32..68a49eac9e9251480db48ff1dddbeea3042e0741 100644 (file)
@@ -11,7 +11,7 @@
 #define LLVM_SUPPORT_HASHEXTRAS_H
 
 #include <string>
-#include <Support/hash_map>
+#include "Support/hash_map"
 
 // Cannot specialize hash template from outside of the std namespace.
 namespace HASH_NAMESPACE {
index d9076580b7e8704c7e087fe877ef63ab1cf9a636..d73394149bad6d4e8ecfe07260041dbae500de25 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef SUPPORT_MATH_EXTRAS_H
 #define SUPPORT_MATH_EXTRAS_H
 
-#include <Support/DataTypes.h>
+#include "Support/DataTypes.h"
 
 inline unsigned log2(uint64_t C) {
   unsigned getPow;
index a9f13da03deb313c2eb1d328703f325a8880d559..507f4c2a0b25f56c1210ac701d5aca0c41167366 100644 (file)
@@ -10,7 +10,7 @@
 #define LLVM_SUPPORT_POSTORDER_ITERATOR_H
 
 #include "Support/GraphTraits.h"
-#include <Support/iterator>
+#include "Support/iterator"
 #include <stack>
 #include <set>
 
index e0782ac83aa625bc40a60705fec2cad9a583fbcd..7ae4b9dc6ffde1727f50637a4b5188d276c24578 100644 (file)
@@ -9,7 +9,7 @@
 #define LLVM_SUPPORT_DEPTH_FIRST_ITERATOR_H
 
 #include "Support/GraphTraits.h"
-#include <Support/iterator>
+#include "Support/iterator"
 #include <stack>
 #include <set>
 
index 5887a8311626e6956d7c9323a415fbb98fd17b32..68a49eac9e9251480db48ff1dddbeea3042e0741 100644 (file)
@@ -11,7 +11,7 @@
 #define LLVM_SUPPORT_HASHEXTRAS_H
 
 #include <string>
-#include <Support/hash_map>
+#include "Support/hash_map"
 
 // Cannot specialize hash template from outside of the std namespace.
 namespace HASH_NAMESPACE {
index a9f13da03deb313c2eb1d328703f325a8880d559..507f4c2a0b25f56c1210ac701d5aca0c41167366 100644 (file)
@@ -10,7 +10,7 @@
 #define LLVM_SUPPORT_POSTORDER_ITERATOR_H
 
 #include "Support/GraphTraits.h"
-#include <Support/iterator>
+#include "Support/iterator"
 #include <stack>
 #include <set>
 
index 5e0ee61636da4561d640189b8a91b56ae6112b8d..8035409bbf949483d23e8a3e77d8806f0cd3960f 100644 (file)
@@ -11,7 +11,7 @@
 
 #include "llvm/Support/InstIterator.h"
 #include "llvm/Instruction.h"
-#include <Support/iterator>
+#include "Support/iterator"
 class Constant;
 
 class constant_iterator : public forward_iterator<const Constant, ptrdiff_t> {
index 69eed2d72f3fb7feab445f1d3896fc04aedf18ab..ca9c3a3aecb661fe16732c73cb553f751933b0b2 100644 (file)
@@ -11,7 +11,7 @@
 
 #include "llvm/Target/MachineInstrInfo.h"
 #include "llvm/Annotation.h"
-#include <Support/iterator>
+#include "Support/iterator"
 class Instruction;
 
 //---------------------------------------------------------------------------
index d9076580b7e8704c7e087fe877ef63ab1cf9a636..d73394149bad6d4e8ecfe07260041dbae500de25 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef SUPPORT_MATH_EXTRAS_H
 #define SUPPORT_MATH_EXTRAS_H
 
-#include <Support/DataTypes.h>
+#include "Support/DataTypes.h"
 
 inline unsigned log2(uint64_t C) {
   unsigned getPow;
index 712a9b7fb3a569e32c2a29fece67aa8161cdde91..2ad92549e900952d823551165715140b4465bd3f 100644 (file)
@@ -9,7 +9,7 @@
 #define LLVM_TARGET_MACHINEREGINFO_H
 
 #include "Support/NonCopyable.h"
-#include <Support/hash_map>
+#include "Support/hash_map"
 #include <string>
 
 class TargetMachine;
index 9bb7068cdfd5b6d020fd5a2e5f48c7069718baa3..48da1c1d3ba1ff185cd3eccd213a739cfcf06bfb 100644 (file)
@@ -8,7 +8,7 @@
 #define LLVM_TARGET_MACHINESCHEDINFO_H
 
 #include "llvm/Target/MachineInstrInfo.h"
-#include <Support/hash_map>
+#include "Support/hash_map"
 
 typedef long long cycles_t; 
 static const cycles_t HUGE_LATENCY = ~((long long) 1 << (sizeof(cycles_t)-2));
index 31d974dc4bb533f46fbc7a8bb021b317d3cba511..1366884b580f093b117528b68d4f14e0ffbc2481 100644 (file)
@@ -16,8 +16,8 @@
 #include "SchedGraph.h"
 #include "llvm/CodeGen/InstrScheduling.h"
 #include "llvm/Target/MachineSchedInfo.h"
+#include "Support/hash_set"
 #include <list>
-#include <Support/hash_set>
 
 class Function;
 class MachineInstr;
index 31d974dc4bb533f46fbc7a8bb021b317d3cba511..1366884b580f093b117528b68d4f14e0ffbc2481 100644 (file)
@@ -16,8 +16,8 @@
 #include "SchedGraph.h"
 #include "llvm/CodeGen/InstrScheduling.h"
 #include "llvm/Target/MachineSchedInfo.h"
+#include "Support/hash_set"
 #include <list>
-#include <Support/hash_set>
 
 class Function;
 class MachineInstr;