From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bq7Rd-0006kQ-4t for qemu-devel@nongnu.org; Fri, 30 Sep 2016 19:42:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bq7RX-00017r-7w for qemu-devel@nongnu.org; Fri, 30 Sep 2016 19:42:20 -0400 Received: from mout02.posteo.de ([185.67.36.66]:53651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bq7RX-00017h-23 for qemu-devel@nongnu.org; Fri, 30 Sep 2016 19:42:15 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 8813420A24 for ; Sat, 1 Oct 2016 01:42:14 +0200 (CEST) Date: Fri, 30 Sep 2016 19:40:21 -0400 From: Felix Janda Message-ID: <20160930234021.GC5887@nyan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH] linux-user: include instead of List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio , qemu-trivial@nongnu.org This removes the last usage of in the code base. Signed-off-by: Felix Janda --- linux-user/syscall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 3d1f694..4bfb671 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -42,7 +42,7 @@ int __clone2(int (*fn)(void *), void *child_stack_base, #include #include #include -#include +#include #include #include #include -- 2.7.3