aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-dsdreq.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-08-02 22:04:22 +0000
committerJörg Mayer <jmayer@loplof.de>2002-08-02 22:04:22 +0000
commit7e4e31f94c681eaa49a08495847960aa93af5786 (patch)
tree600d1a884ca6ffa19cfb383a5475ee007c509c53 /plugins/docsis/packet-dsdreq.c
parent3105ee542f89cd986d0f81d2cd70ce385021d1ce (diff)
Replace the types from sys/types.h and netinet/in.h by their glib.h
equivalents for the plugins/ directory. svn path=/trunk/; revision=5929
Diffstat (limited to 'plugins/docsis/packet-dsdreq.c')
-rw-r--r--plugins/docsis/packet-dsdreq.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/docsis/packet-dsdreq.c b/plugins/docsis/packet-dsdreq.c
index 7d29ce65a8..2ad1945406 100644
--- a/plugins/docsis/packet-dsdreq.c
+++ b/plugins/docsis/packet-dsdreq.c
@@ -33,14 +33,6 @@
#include <stdlib.h>
#include <string.h>
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
-#ifdef HAVE_NETINET_IN_H
-# include <netinet/in.h>
-#endif
-
#include <gmodule.h>
#include <epan/packet.h>