net/inet.h should not be needed by a dissector.
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 4 Aug 2002 09:08:03 +0000 (09:08 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 4 Aug 2002 09:08:03 +0000 (09:08 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5950 f5534014-38df-0310-8fa8-9805f1628bb7

packet-isis-lsp.c

index 2e4097da839ed19de75e4e9a274451eccf63b6de..be7f2f2af25725187b7e1b05a616d95098c2f741 100644 (file)
@@ -1,7 +1,7 @@
 /* packet-isis-lsp.c
  * Routines for decoding isis lsp packets and their CLVs
  *
- * $Id: packet-isis-lsp.c,v 1.32 2002/08/02 23:35:51 jmayer Exp $
+ * $Id: packet-isis-lsp.c,v 1.33 2002/08/04 09:08:03 jmayer Exp $
  * Stuart Stanley <stuarts@mxmail.net>
  *
  * Ethereal - Network traffic analyzer
 #include <string.h>
 #include <glib.h>
 
-#ifdef HAVE_NET_INET_H
-#include <net/inet.h>
-#endif
-
 #include "epan/ipv4.h"
 #include <epan/packet.h>
 #include "packet-osi.h"