| commit | 7c92b6ca409f514e7ff67ac8c10d73ce92ff38d2 | [log] [tgz] |
|---|---|---|
| author | Elliott Hughes <enh@google.com> | Mon Aug 06 07:57:59 2012 -0700 |
| committer | android code review <noreply-gerritcodereview@google.com> | Mon Aug 06 07:57:59 2012 -0700 |
| tree | 63fa992b2b1420924bb759c7ebf55faec0d41771 | |
| parent | 1c861728e5c8dda7589e6595f4850d77ec21a236 [diff] | |
| parent | bdcc14d721ddff57f9f71086a998feda05376b61 [diff] |
Merge "Remove an awkward #include that is no longer upstream."
diff --git a/libc/arch-x86/include/machine/_types.h b/libc/arch-x86/include/machine/_types.h index 65892a1..d3d9eeb 100644 --- a/libc/arch-x86/include/machine/_types.h +++ b/libc/arch-x86/include/machine/_types.h
@@ -58,8 +58,6 @@ # endif #endif -#include <linux/types.h> - /* 7.18.1.1 Exact-width integer types */ typedef __signed char __int8_t; typedef unsigned char __uint8_t;