commit | b7f0693aaac9907070443ee6e47fe1d594b42251 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Dec 18 23:24:25 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 18 23:24:26 2014 +0000 |
tree | e3dd7a2d8b70aa12d79c32c91a1f5b902c6bc445 | |
parent | 8597c2b3f2ac3df9abe30378cdd3ecd559d995e7 [diff] | |
parent | 0c92e8c3d19de86282d5f95ea0fdc7ff5cd9ed03 [diff] |
Merge "Remove bogus #include <endian.h> from <sys/stat.h>."
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>