Doesn't need #include "dfilter.h"

svn path=/trunk/; revision=2824
This commit is contained in:
Gilbert Ramirez 2001-01-04 04:56:20 +00:00
parent bb6df3b8c2
commit fd7367e9b2
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/* goto_dlg.c
* Routines for "go to frame" window
*
* $Id: goto_dlg.c,v 1.11 2000/08/23 06:55:54 guy Exp $
* $Id: goto_dlg.c,v 1.12 2001/01/04 04:54:14 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -39,7 +39,6 @@
#include <glib.h>
#include "proto.h"
#include "dfilter.h"
#include "globals.h"
#include "goto_dlg.h"

View File

@ -1,7 +1,7 @@
/* packet-gryphon.c
* Routines for Gryphon protocol packet disassembly
*
* $Id: packet-gryphon.c,v 1.17 2001/01/03 06:56:02 guy Exp $
* $Id: packet-gryphon.c,v 1.18 2001/01/04 04:56:20 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Steve Limkemann <stevelim@dgtech.com>
@ -46,7 +46,6 @@
# include <netinet/in.h>
#endif
#include "packet.h"
#include "dfilter.h"
#include "packet-gryphon.h"
G_MODULE_EXPORT const gchar version[] = VERSION;