summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-05 15:32:23 +0000
committerDan Gohman <gohman@apple.com>2008-08-05 15:32:23 +0000
commit8f613f30a78aa9d93d08a209b6c159c2000d8d6c (patch)
treee39c0086e6a977f050af5809b229dc9bed07ec89 /lib/Transforms/Instrumentation
parent430b8a22e2717d3dfb6b4f096bc23c9538fd7959 (diff)
downloadllvm-8f613f30a78aa9d93d08a209b6c159c2000d8d6c.tar.gz
llvm-8f613f30a78aa9d93d08a209b6c159c2000d8d6c.tar.bz2
llvm-8f613f30a78aa9d93d08a209b6c159c2000d8d6c.tar.xz
Trim #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54350 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation')
-rw-r--r--lib/Transforms/Instrumentation/RSProfiling.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/RSProfiling.cpp b/lib/Transforms/Instrumentation/RSProfiling.cpp
index 5bd62c8197..45a7c712d8 100644
--- a/lib/Transforms/Instrumentation/RSProfiling.cpp
+++ b/lib/Transforms/Instrumentation/RSProfiling.cpp
@@ -48,7 +48,6 @@
#include <set>
#include <map>
#include <queue>
-#include <list>
using namespace llvm;
namespace {