diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-08 21:58:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-08 21:58:53 +0000 |
commit | 3734fe4f359f2a9f6b3598d7c45a6bc5485c3f6a (patch) | |
tree | 0ec2ed2ded7e32c3c0f63139f1d2ad84afa275bc /llvm/lib/Analysis/DataStructure/NodeImpl.cpp | |
parent | b52d903ca015d3cab868a97821da9582e8db7ae7 (diff) | |
download | bcm5719-llvm-3734fe4f359f2a9f6b3598d7c45a6bc5485c3f6a.tar.gz bcm5719-llvm-3734fe4f359f2a9f6b3598d7c45a6bc5485c3f6a.zip |
Play around with #includes
llvm-svn: 2174
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/NodeImpl.cpp')
-rw-r--r-- | llvm/lib/Analysis/DataStructure/NodeImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DataStructure/NodeImpl.cpp b/llvm/lib/Analysis/DataStructure/NodeImpl.cpp index c773eb16fa2..05ed8844ac6 100644 --- a/llvm/lib/Analysis/DataStructure/NodeImpl.cpp +++ b/llvm/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 <algorithm> #include <sstream> |