From 1a180156b652e515933adfb6c3302a470d467e04 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Sat, 23 Apr 2011 19:53:52 +0000 Subject: Remove unused STL header includes. llvm-svn: 130068 --- llvm/lib/Transforms/Instrumentation/PathProfiling.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Transforms/Instrumentation/PathProfiling.cpp') diff --git a/llvm/lib/Transforms/Instrumentation/PathProfiling.cpp b/llvm/lib/Transforms/Instrumentation/PathProfiling.cpp index 6bd4478395b..6b3f12dcbc8 100644 --- a/llvm/lib/Transforms/Instrumentation/PathProfiling.cpp +++ b/llvm/lib/Transforms/Instrumentation/PathProfiling.cpp @@ -63,7 +63,6 @@ #include "llvm/Support/raw_ostream.h" #include "llvm/Transforms/Utils/BasicBlockUtils.h" #include "llvm/Transforms/Instrumentation.h" -#include #include #define HASH_THRESHHOLD 100000 -- cgit v1.2.3