Play around with #includes
authorChris Lattner <sabre@nondot.org>
Mon, 8 Apr 2002 21:58:53 +0000 (21:58 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Apr 2002 21:58:53 +0000 (21:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2174 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/ComputeClosure.cpp
lib/Analysis/DataStructure/NodeImpl.cpp

index 989f9bbcb9a5801d08728a8e30a240bfe1edf562..5ea706800ba4d5cc859d095d277b25883e1f3d40 100644 (file)
@@ -11,9 +11,6 @@
 #include "llvm/iOther.h"
 #include "Support/STLExtras.h"
 #include <algorithm>
-#ifdef DEBUG_IP_CLOSURE
-#include "llvm/Assembly/Writer.h"
-#endif
 
 // Make all of the pointers that point to Val also point to N.
 //
index c773eb16fa2461a5f468518c3de83ac3b5a75921..05ed8844ac6d8c90e3bc7b40227499c6de85ef94 100644 (file)
@@ -5,12 +5,12 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Analysis/DataStructureGraph.h"
+#include "llvm/Assembly/Writer.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Function.h"
 #include "llvm/BasicBlock.h"
 #include "llvm/iMemory.h"
 #include "llvm/iOther.h"
-#include "llvm/Assembly/Writer.h"
 #include "Support/STLExtras.h"
 #include <algorithm>
 #include <sstream>