aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-uccreq.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-02 22:04:22 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-02 22:04:22 +0000
commitaeb1d0045f7100faa4b9bd678a288003d9e48b9a (patch)
tree600d1a884ca6ffa19cfb383a5475ee007c509c53 /plugins/docsis/packet-uccreq.c
parentbbfe7a43adac77429ac8d72873ef3181f9b51514 (diff)
Replace the types from sys/types.h and netinet/in.h by their glib.h
equivalents for the plugins/ directory. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5929 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/docsis/packet-uccreq.c')
-rw-r--r--plugins/docsis/packet-uccreq.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/docsis/packet-uccreq.c b/plugins/docsis/packet-uccreq.c
index 7c33750622..e33734068d 100644
--- a/plugins/docsis/packet-uccreq.c
+++ b/plugins/docsis/packet-uccreq.c
@@ -29,18 +29,10 @@
#include <stdlib.h>
#include <string.h>
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
#include "plugins/plugin_api.h"
#include "plugins/plugin_api_defs.h"
#include "moduleinfo.h"
-#ifdef HAVE_NETINET_IN_H
-# include <netinet/in.h>
-#endif
-
#include <gmodule.h>
#include <epan/packet.h>