Trivial: remove duplicate line #include <sys/types.h>

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/645044
This commit is contained in:
Giles Lean 2010-03-23 17:52:16 -07:00 committed by Robert Griesemer
parent 556ae65d36
commit 2ab9114dd7
1 changed files with 0 additions and 1 deletions

View 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>