From bdcc14d721ddff57f9f71086a998feda05376b61 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 2 Aug 2012 18:12:36 -0700 Subject: [PATCH] Remove an awkward #include that is no longer upstream. This was causing trouble in https://android-review.googlesource.com/#/c/37590/. Change-Id: Ib7cb4fbaef6e9c1470c59f67d24bd24c7ce90bcc --- libc/arch-x86/include/machine/_types.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libc/arch-x86/include/machine/_types.h b/libc/arch-x86/include/machine/_types.h index 65892a11e..d3d9eeb6a 100644 --- a/libc/arch-x86/include/machine/_types.h +++ b/libc/arch-x86/include/machine/_types.h @@ -58,8 +58,6 @@ typedef long int ssize_t; # endif #endif -#include - /* 7.18.1.1 Exact-width integer types */ typedef __signed char __int8_t; typedef unsigned char __uint8_t;