From: Dan Gohman Date: Mon, 9 Nov 2009 22:28:30 +0000 (+0000) Subject: Remove an unneeded #include. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ba565bfc2117b401ecd55631fb3e4e6428a62a5c;p=oota-llvm.git Remove an unneeded #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86601 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 5f70cb85d92..00136f40a36 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -37,7 +37,6 @@ #include "llvm/Support/MathExtras.h" #include "llvm/Support/raw_ostream.h" #include -#include using namespace llvm; STATISTIC(NodesCombined , "Number of dag nodes combined");