From: Lucio De Re Date: Wed, 13 Jul 2011 23:01:29 +0000 (-0700) Subject: cc: fixes for Plan 9 build X-Git-Tag: weekly.2011-07-19~74 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3f2cc8ba7eb87fad2378723141687ac037c0f1dc;p=gostls13.git cc: fixes for Plan 9 build has been moved into , specifically to be able to drop it from these modules. Will someone check platforms other than UBUNTU/386, please? R=bsiegert, rsc CC=golang-dev https://golang.org/cl/4648078 --- diff --git a/src/cmd/cc/dpchk.c b/src/cmd/cc/dpchk.c index 42c245b566..084aa04846 100644 --- a/src/cmd/cc/dpchk.c +++ b/src/cmd/cc/dpchk.c @@ -29,7 +29,6 @@ // THE SOFTWARE. #include -#include #include "cc.h" #include "y.tab.h" diff --git a/src/cmd/cc/lex.c b/src/cmd/cc/lex.c index 15f2d374d1..9fb2f9e4d5 100644 --- a/src/cmd/cc/lex.c +++ b/src/cmd/cc/lex.c @@ -29,7 +29,6 @@ // THE SOFTWARE. #include -#include #include "cc.h" #include "y.tab.h" diff --git a/src/cmd/cc/mac.c b/src/cmd/cc/mac.c index 43ae214d7e..b969662ae7 100644 --- a/src/cmd/cc/mac.c +++ b/src/cmd/cc/mac.c @@ -29,7 +29,6 @@ // THE SOFTWARE. #include -#include #include "cc.h" #include "macbody"