aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/NodeImpl.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-08 21:58:53 +0000
committerChris Lattner <sabre@nondot.org>2002-04-08 21:58:53 +0000
commite6d4ec3d5a423028f466eb05bbcdb8d17280b84a (patch)
treeffb37bc0afc8ca097b77a554d9f540bab9870159 /lib/Analysis/DataStructure/NodeImpl.cpp
parentab44871a5d8d0a6dac995c5a347482b85246b53e (diff)
Play around with #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DataStructure/NodeImpl.cpp')
-rw-r--r--lib/Analysis/DataStructure/NodeImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/NodeImpl.cpp b/lib/Analysis/DataStructure/NodeImpl.cpp
index c773eb16fa..05ed8844ac 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 <algorithm>
#include <sstream>