commit | 0c92e8c3d19de86282d5f95ea0fdc7ff5cd9ed03 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Dec 18 15:10:19 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Dec 18 15:10:19 2014 -0800 |
tree | 6b5f04531d46725b9de880ad1ef80c4ac229912d | |
parent | a9c940a69a5ad01a92620594d41e462c5d46186e [diff] |
Remove bogus #include <endian.h> from <sys/stat.h>. Bug: 17062519 Change-Id: I3dc21ee8b90580f112c73c72aff5d3bec4778026
diff --git a/libc/include/sys/stat.h b/libc/include/sys/stat.h index 5c82a5b..b1bc4ba 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 <endian.h> #include <linux/stat.h> #include <machine/timespec.h> #include <sys/cdefs.h>