summaryrefslogtreecommitdiff
path: root/packet-udp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-08 08:43:48 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-08 08:43:48 +0000
commit14c9f7464a698c13c73a1b255f127c2d08fe431a (patch)
tree6610894aacb17f1f323e96c7d867cbc55025fda9 /packet-udp.c
parentf63755f54c463e04fe3a3b1904c82e98f623180a (diff)
downloadwireshark-14c9f7464a698c13c73a1b255f127c2d08fe431a.tar.gz
The only thing including "globals.h" did for us was to drag in
"packet.h"; we don't need the rest of what "globals.h" gives us, so just include "packet.h". svn path=/trunk/; revision=3530
Diffstat (limited to 'packet-udp.c')
-rw-r--r--packet-udp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-udp.c b/packet-udp.c
index b26db5cd78..1dec90b8f9 100644
--- a/packet-udp.c
+++ b/packet-udp.c
@@ -1,7 +1,7 @@
/* packet-udp.c
* Routines for UDP packet disassembly
*
- * $Id: packet-udp.c,v 1.92 2001/05/23 03:33:59 gerald Exp $
+ * $Id: packet-udp.c,v 1.93 2001/06/08 08:43:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -42,7 +42,7 @@
#include <string.h>
#include <glib.h>
-#include "globals.h"
+#include "packet.h"
#include "resolv.h"
#include "ipproto.h"
#include "in_cksum.h"