We don't use anything from <sys/socket.h>, so we don't need to include

it.

svn path=/trunk/; revision=5940
This commit is contained in:
Guy Harris 2002-08-03 19:50:44 +00:00
parent b0cdf7988d
commit 968a88bfdc
1 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,7 @@
/* packet-pgm.c
* Routines for pgm packet disassembly
*
* $Id: packet-pgm.c,v 1.17 2002/08/02 23:35:56 jmayer Exp $
* $Id: packet-pgm.c,v 1.18 2002/08/03 19:50:44 guy Exp $
*
* Copyright (c) 2000 by Talarian Corp
*
@ -28,10 +28,6 @@
#include "config.h"
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>