From: Dmitry Vyukov Date: Fri, 20 Jun 2014 18:30:06 +0000 (+0000) Subject: tsan: remove unused header include X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c4a3d3118efaa97ea8b98954c4adee222f3fd41;p=platform%2Fupstream%2Fllvm.git tsan: remove unused header include llvm-svn: 211386 --- diff --git a/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc b/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc index bfcceef..0ec5ec2 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc +++ b/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc @@ -45,7 +45,6 @@ #include #define __need_res_state #include -#include #ifdef sa_handler # undef sa_handler