From 6ee2f3d840fd06f29aa3c5b64a5d0643fd02cef3 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 7 May 2009 14:30:26 +0000 Subject: [PATCH] Trim unnecessary headers. Code in Analysis shouldn't use Transforms headers due to library dependencies. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71159 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/ScalarEvolution.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp index e00d1d9f806..2b5ca520c21 100644 --- a/lib/Analysis/ScalarEvolution.cpp +++ b/lib/Analysis/ScalarEvolution.cpp @@ -70,8 +70,6 @@ #include "llvm/Analysis/LoopInfo.h" #include "llvm/Assembly/Writer.h" #include "llvm/Target/TargetData.h" -#include "llvm/Transforms/Scalar.h" -#include "llvm/Support/CFG.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/ConstantRange.h" @@ -84,7 +82,6 @@ #include "llvm/ADT/STLExtras.h" #include #include -#include using namespace llvm; STATISTIC(NumArrayLenItCounts,