diff options
author | ed <ed@FreeBSD.org> | 2011-12-31 14:55:23 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2011-12-31 14:55:23 +0000 |
commit | 6a5f9bc9ae3205be8bb5570b86a509fcd01a9db6 (patch) | |
tree | d59ced7e19afaab87432b7610faefff3080e8d2a /lib/clear_cache.c | |
parent | ee2dbb0f7e84d908ac62aecc178992c9be1ca636 (diff) | |
download | FreeBSD-src-6a5f9bc9ae3205be8bb5570b86a509fcd01a9db6.zip FreeBSD-src-6a5f9bc9ae3205be8bb5570b86a509fcd01a9db6.tar.gz |
Import compiler-rt r147390.
Diffstat (limited to 'lib/clear_cache.c')
-rw-r--r-- | lib/clear_cache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/clear_cache.c b/lib/clear_cache.c index 099b76e..fdd3316 100644 --- a/lib/clear_cache.c +++ b/lib/clear_cache.c @@ -8,8 +8,6 @@ * ===----------------------------------------------------------------------=== */ -#include <stdlib.h> - #if __APPLE__ #include <libkern/OSCacheControl.h> #endif |