From 2ed5fd770ac8219ec08409f45089ec5831eab7b0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 14 Jan 2006 00:17:05 +0000 Subject: dont include bits/kernel_stat.h as xstatconv.h already does and use sys/stat.h rather than bits/stat.h --- libc/sysdeps/linux/common/lstat64.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/sysdeps/linux/common/lstat64.c') diff --git a/libc/sysdeps/linux/common/lstat64.c b/libc/sysdeps/linux/common/lstat64.c index 80268d2a1..99b655a0c 100644 --- a/libc/sysdeps/linux/common/lstat64.c +++ b/libc/sysdeps/linux/common/lstat64.c @@ -12,7 +12,6 @@ #if defined __UCLIBC_HAS_LFS__ && defined __NR_lstat64 #include #include -#include #include "xstatconv.h" #define __NR___syscall_lstat64 __NR_lstat64 -- cgit v1.2.3