Remove #include needed for debugging.

MFC after:	1 week
This commit is contained in:
Pawel Jakub Dawidek 2011-03-15 13:53:39 +00:00
parent 0d7b5e545c
commit 35daccccce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219669

View File

@ -104,7 +104,6 @@ proto_common_send(int sock, const unsigned char *data, size_t size, int fd)
return (proto_descriptor_send(sock, fd));
}
#include <stdio.h>
static int
proto_descriptor_recv(int sock, int *fdp)
{