From d84ce00f75cb4ef50a874193ebc3f35851994c26 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 20 Jun 2014 18:56:11 +0000 Subject: [PATCH] tsan: remove unused header include llvm-svn: 211389 --- compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc b/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc index 0ec5ec2..699aa75 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include -- 2.7.4