[llvm-commits] [test-suite] r103433 - /test-suite/trunk/MultiSource/Applications/ClamAV/libclamav_text.c
Daniel Dunbar
daniel at zuster.org
Mon May 10 14:08:27 PDT 2010
Author: ddunbar
Date: Mon May 10 16:08:27 2010
New Revision: 103433
URL: http://llvm.org/viewvc/llvm-project?rev=103433&view=rev
Log:
Remove what appears to be an unnecessary include.
Modified:
test-suite/trunk/MultiSource/Applications/ClamAV/libclamav_text.c
Modified: test-suite/trunk/MultiSource/Applications/ClamAV/libclamav_text.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/ClamAV/libclamav_text.c?rev=103433&r1=103432&r2=103433&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/ClamAV/libclamav_text.c (original)
+++ test-suite/trunk/MultiSource/Applications/ClamAV/libclamav_text.c Mon May 10 16:08:27 2010
@@ -98,7 +98,6 @@
#include <stdlib.h>
#ifdef C_DARWIN
#include <sys/types.h>
-#include <sys/malloc.h>
#else
#ifdef HAVE_MALLOC_H /* tk: FreeBSD-CURRENT doesn't support malloc.h */
#ifndef C_BSD /* BSD now uses stdlib.h */
More information about the llvm-commits
mailing list