aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-07 21:41:03 +0000
committerChris Lattner <sabre@nondot.org>2002-08-07 21:41:03 +0000
commit13c476cbd1b3317973d83b0d618730390afca8c1 (patch)
treeacb43fc96d3414ad05c44944b0fe89c39e3e0ba1 /lib/Analysis
parent637ed869e60503f433f8138012d98ed3474e815e (diff)
downloadexternal_llvm-13c476cbd1b3317973d83b0d618730390afca8c1.zip
external_llvm-13c476cbd1b3317973d83b0d618730390afca8c1.tar.gz
external_llvm-13c476cbd1b3317973d83b0d618730390afca8c1.tar.bz2
Reorder #includes to be right
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3260 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r--lib/Analysis/DataStructure/DataStructure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/DataStructure.cpp b/lib/Analysis/DataStructure/DataStructure.cpp
index 84cb3e9..dd93626 100644
--- a/lib/Analysis/DataStructure/DataStructure.cpp
+++ b/lib/Analysis/DataStructure/DataStructure.cpp
@@ -4,13 +4,13 @@
//
//===----------------------------------------------------------------------===//
+#include "llvm/Analysis/DataStructure.h"
#include "llvm/Module.h"
#include "llvm/DerivedTypes.h"
#include "Support/STLExtras.h"
#include "Support/StatisticReporter.h"
#include "Support/STLExtras.h"
#include <algorithm>
-#include "llvm/Analysis/DataStructure.h"
using std::vector;