From 0962b63d7c1b632a1a43cada49e2816ae2201285 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 8 Apr 2002 21:58:53 +0000 Subject: [PATCH] Play around with #includes llvm-svn: 2174 --- lib/Analysis/DataStructure/ComputeClosure.cpp | 3 --- lib/Analysis/DataStructure/NodeImpl.cpp | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/Analysis/DataStructure/ComputeClosure.cpp b/lib/Analysis/DataStructure/ComputeClosure.cpp index 989f9bbcb9a..5ea706800ba 100644 --- a/lib/Analysis/DataStructure/ComputeClosure.cpp +++ b/lib/Analysis/DataStructure/ComputeClosure.cpp @@ -11,9 +11,6 @@ #include "llvm/iOther.h" #include "Support/STLExtras.h" #include -#ifdef DEBUG_IP_CLOSURE -#include "llvm/Assembly/Writer.h" -#endif // Make all of the pointers that point to Val also point to N. // diff --git a/lib/Analysis/DataStructure/NodeImpl.cpp b/lib/Analysis/DataStructure/NodeImpl.cpp index c773eb16fa2..05ed8844ac6 100644 --- a/lib/Analysis/DataStructure/NodeImpl.cpp +++ b/lib/Analysis/DataStructure/NodeImpl.cpp @@ -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 #include