summaryrefslogtreecommitdiff
path: root/packet-ansi_a.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-05 20:19:39 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-05 20:19:39 +0000
commitada2c17a99eb3b6d78367e12375487297e86104b (patch)
tree5d86c5b7af613bfe52e4530dd1f4cd65e8ffd217 /packet-ansi_a.c
parent14d0def0a4b8f6418ee6bcd81ecb7dea86d21715 (diff)
downloadwireshark-ada2c17a99eb3b6d78367e12375487297e86104b.tar.gz
Get rid of includes of <gmodule.h> (we're not loading any code at
run-time in the dissector itself), and <sys/types.h> and <netinet/in.h> (we shouldn't need either of those, and they might be responsible for dragging in <sys/procset.h> on Digital UNIX - that header defines P_SID in a way that conflicts with our definition). svn path=/trunk/; revision=8889
Diffstat (limited to 'packet-ansi_a.c')
-rw-r--r--packet-ansi_a.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/packet-ansi_a.c b/packet-ansi_a.c
index 56a66cc2b9..3330277f75 100644
--- a/packet-ansi_a.c
+++ b/packet-ansi_a.c
@@ -10,7 +10,7 @@
* 2000 Access Network Interfaces
* 3GPP2 A.S0001-1 TIA/EIA-2001
*
- * $Id: packet-ansi_a.c,v 1.3 2003/10/30 07:00:18 guy Exp $
+ * $Id: packet-ansi_a.c,v 1.4 2003/11/05 20:19:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -37,16 +37,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <gmodule.h>
-
-#ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
-
-#ifdef HAVE_NETINET_IN_H
-# include <netinet/in.h>
-#endif
-
#include <string.h>
#include "epan/packet.h"