aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp
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/mgcp
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/mgcp')
-rw-r--r--plugins/mgcp/packet-mgcp.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/plugins/mgcp/packet-mgcp.c b/plugins/mgcp/packet-mgcp.c
index 320d633733..8bc9d04437 100644
--- a/plugins/mgcp/packet-mgcp.c
+++ b/plugins/mgcp/packet-mgcp.c
@@ -2,7 +2,7 @@
* Routines for mgcp packet disassembly
* RFC 2705
*
- * $Id: packet-mgcp.c,v 1.33 2002/07/17 06:55:29 guy Exp $
+ * $Id: packet-mgcp.c,v 1.34 2002/08/02 22:04:22 jmayer Exp $
*
* Copyright (c) 2000 by Ed Warnicke <hagbard@physics.rutgers.edu>
*
@@ -33,14 +33,6 @@
#include "moduleinfo.h"
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
-#ifdef HAVE_NETINET_IN_H
-#include <netinet/in.h>
-#endif
-
#include <stdio.h>
#include <stdlib.h>
#include <gmodule.h>