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/stat64.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/sysdeps/linux/common/stat64.c') diff --git a/libc/sysdeps/linux/common/stat64.c b/libc/sysdeps/linux/common/stat64.c index f46e52e98..dcd9163fb 100644 --- a/libc/sysdeps/linux/common/stat64.c +++ b/libc/sysdeps/linux/common/stat64.c @@ -13,7 +13,6 @@ #define __NR___syscall_stat64 __NR_stat64 #include #include -#include #include "xstatconv.h" static inline _syscall2(int, __syscall_stat64, -- cgit v1.2.3