We don't use anything from <sys/socket.h>, so we don't need to include
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 3 Aug 2002 19:50:44 +0000 (19:50 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 3 Aug 2002 19:50:44 +0000 (19:50 +0000)
it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5940 f5534014-38df-0310-8fa8-9805f1628bb7

packet-pgm.c

index 5756209b02eda1b23ba13cf395f71e9fd10ed450..533af5adb0051c0ddc115b75756346fbe648158d 100644 (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
  *
 #include "config.h"
 #endif
 
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>