aboutsummaryrefslogtreecommitdiffstats
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
commitc154449b3b3c6ec60c7e7a766b88155b9889f7e9 (patch)
treee39c0086e6a977f050af5809b229dc9bed07ec89 /lib/Transforms/Instrumentation
parent333948fb559121b6d3a79f2d86c270fe4eb13b7d (diff)
downloadexternal_llvm-c154449b3b3c6ec60c7e7a766b88155b9889f7e9.zip
external_llvm-c154449b3b3c6ec60c7e7a766b88155b9889f7e9.tar.gz
external_llvm-c154449b3b3c6ec60c7e7a766b88155b9889f7e9.tar.bz2
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 5bd62c8..45a7c71 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 {