]> Cypherpunks repositories - gostls13.git/commitdiff
Trivial: remove duplicate line #include <sys/types.h>
authorGiles Lean <giles.lean@pobox.com>
Wed, 24 Mar 2010 00:52:16 +0000 (17:52 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 24 Mar 2010 00:52:16 +0000 (17:52 -0700)
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/645044

src/pkg/syscall/types_darwin.c

index 14deed681b8f17bc65da498049865d294c881d0b..d7f7a7460700714c83c4812c4efb8f84cc34e769 100644 (file)
@@ -28,7 +28,6 @@ Input to godefs.  See also mkerrors.sh and mkall.sh
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <sys/types.h>
-#include <sys/types.h>
 #include <sys/un.h>
 #include <sys/wait.h>
 #include <unistd.h>