summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/PathProfiling.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2011-04-23 19:53:52 +0000
committerJay Foad <jay.foad@gmail.com>2011-04-23 19:53:52 +0000
commitddcdcc88631c6bd4ad43d9198b98bc9a829be036 (patch)
tree41322f77afe7b54f19f51c110f29367f12fdbb84 /lib/Transforms/Instrumentation/PathProfiling.cpp
parenta0f5092703a9850b4be2eaa0861bab789befedd9 (diff)
downloadllvm-ddcdcc88631c6bd4ad43d9198b98bc9a829be036.tar.gz
llvm-ddcdcc88631c6bd4ad43d9198b98bc9a829be036.tar.bz2
llvm-ddcdcc88631c6bd4ad43d9198b98bc9a829be036.tar.xz
Remove unused STL header includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/PathProfiling.cpp')
-rw-r--r--lib/Transforms/Instrumentation/PathProfiling.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/PathProfiling.cpp b/lib/Transforms/Instrumentation/PathProfiling.cpp
index 6bd4478395..6b3f12dcbc 100644
--- a/lib/Transforms/Instrumentation/PathProfiling.cpp
+++ b/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