From c8224ce9ff7c537195b40bf8b76531f68754cbc9 Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Sat, 31 Jan 2015 02:19:50 +1100 Subject: [PATCH] include: fix arm build one more time Fourth time's the charm. Actually this doesn't fix the build, there is a crash after go_bootstrap is compiled which looks like it is related to auxv parsing. Change-Id: Id00e2dfbe7bae42856f996065d3fb90b820e29a8 Reviewed-on: https://go-review.googlesource.com/3610 Reviewed-by: Brad Fitzpatrick --- include/u.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/u.h b/include/u.h index 0ae228a9c5dd3a..d9acc72acb3772 100644 --- a/include/u.h +++ b/include/u.h @@ -71,10 +71,6 @@ extern "C" { #include /* for tolower */ #include -#ifndef PLAN9 -#include -#endif - /* * OS-specific crap */