From d9ef48a73e69459f77c88ca2a14d5367354ca645 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 5 Jun 2009 16:32:58 +0000 Subject: Remove some unnecessary #includes. llvm-svn: 72948 --- llvm/lib/Analysis/InstCount.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Analysis/InstCount.cpp') diff --git a/llvm/lib/Analysis/InstCount.cpp b/llvm/lib/Analysis/InstCount.cpp index 2dea7b3ef68..2b34ad3b070 100644 --- a/llvm/lib/Analysis/InstCount.cpp +++ b/llvm/lib/Analysis/InstCount.cpp @@ -19,7 +19,6 @@ #include "llvm/Support/InstVisitor.h" #include "llvm/Support/Streams.h" #include "llvm/ADT/Statistic.h" -#include using namespace llvm; STATISTIC(TotalInsts , "Number of instructions (of all types)"); -- cgit v1.2.3