From 0c92e8c3d19de86282d5f95ea0fdc7ff5cd9ed03 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 18 Dec 2014 15:10:19 -0800 Subject: [PATCH] Remove bogus #include from . Bug: 17062519 Change-Id: I3dc21ee8b90580f112c73c72aff5d3bec4778026 --- libc/include/sys/stat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libc/include/sys/stat.h b/libc/include/sys/stat.h index 5c82a5b24..b1bc4ba1d 100644 --- a/libc/include/sys/stat.h +++ b/libc/include/sys/stat.h @@ -29,7 +29,6 @@ #ifndef _SYS_STAT_H_ #define _SYS_STAT_H_ -#include #include #include #include