From 14c9f7464a698c13c73a1b255f127c2d08fe431a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 8 Jun 2001 08:43:48 +0000 Subject: 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 --- packet-udp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-udp.c') 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 @@ -42,7 +42,7 @@ #include #include -#include "globals.h" +#include "packet.h" #include "resolv.h" #include "ipproto.h" #include "in_cksum.h" -- cgit v1.2.1