diff options
author | Jay Foad <jay.foad@gmail.com> | 2011-04-23 19:53:52 +0000 |
---|---|---|
committer | Jay Foad <jay.foad@gmail.com> | 2011-04-23 19:53:52 +0000 |
commit | 1a180156b652e515933adfb6c3302a470d467e04 (patch) | |
tree | 7bf41fd3811f20bd24925e2cb576607850a884ca /llvm/lib/Transforms/Instrumentation/PathProfiling.cpp | |
parent | 30483fb188fe76e28f2d6e608db008549ef6d673 (diff) | |
download | bcm5719-llvm-1a180156b652e515933adfb6c3302a470d467e04.tar.gz bcm5719-llvm-1a180156b652e515933adfb6c3302a470d467e04.zip |
Remove unused STL header includes.
llvm-svn: 130068
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/PathProfiling.cpp')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/PathProfiling.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 <map> #include <vector> #define HASH_THRESHHOLD 100000 |