[compiler-rt] r211386 - tsan: remove unused header include
Dmitry Vyukov
dvyukov at google.com
Fri Jun 20 11:30:07 PDT 2014
Author: dvyukov
Date: Fri Jun 20 13:30:06 2014
New Revision: 211386
URL: http://llvm.org/viewvc/llvm-project?rev=211386&view=rev
Log:
tsan: remove unused header include
Modified:
compiler-rt/trunk/lib/tsan/rtl/tsan_platform_linux.cc
Modified: compiler-rt/trunk/lib/tsan/rtl/tsan_platform_linux.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/rtl/tsan_platform_linux.cc?rev=211386&r1=211385&r2=211386&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/rtl/tsan_platform_linux.cc (original)
+++ compiler-rt/trunk/lib/tsan/rtl/tsan_platform_linux.cc Fri Jun 20 13:30:06 2014
@@ -45,7 +45,6 @@
#include <dlfcn.h>
#define __need_res_state
#include <resolv.h>
-#include <malloc.h>
#ifdef sa_handler
# undef sa_handler
More information about the llvm-commits
mailing list