summaryrefslogtreecommitdiff
path: root/packet-isis-lsp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-08-04 09:08:03 +0000
committerJörg Mayer <jmayer@loplof.de>2002-08-04 09:08:03 +0000
commit89a2075b73dccd7befd9fd83dde3e2bc7b4a7715 (patch)
treeab0dd302b5aa93bec5fb18d3b6cd0523e3d1042a /packet-isis-lsp.c
parenta2d0f1fa4919af9bf2737669c2b9854428160265 (diff)
downloadwireshark-89a2075b73dccd7befd9fd83dde3e2bc7b4a7715.tar.gz
net/inet.h should not be needed by a dissector.
svn path=/trunk/; revision=5950
Diffstat (limited to 'packet-isis-lsp.c')
-rw-r--r--packet-isis-lsp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/packet-isis-lsp.c b/packet-isis-lsp.c
index 2e4097da83..be7f2f2af2 100644
--- a/packet-isis-lsp.c
+++ b/packet-isis-lsp.c
@@ -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
@@ -31,10 +31,6 @@
#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"