aboutsummaryrefslogtreecommitdiffstats
path: root/summary.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-09-01 03:04:24 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-09-01 03:04:24 +0000
commit65c3e8d9bf8ad7db047dafcf23b421207d7ebcb1 (patch)
treecbb41410183b9b8851e4a3427a5b1d898505b239 /summary.c
parent25502bc8fca486a9f10f96c35c1d2e4742541259 (diff)
Moved GTK-dependent routines for file dialogues, print dialogues, print
preferences, and menus to gtk subdirectory. svn path=/trunk/; revision=623
Diffstat (limited to 'summary.c')
-rw-r--r--summary.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/summary.c b/summary.c
index 4e440af165..202a83c09c 100644
--- a/summary.c
+++ b/summary.c
@@ -1,7 +1,7 @@
/* summary.c
* Routines for capture file summary window
*
- * $Id: summary.c,v 1.10 1999/08/24 17:26:16 gram Exp $
+ * $Id: summary.c,v 1.11 1999/09/01 03:04:12 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -58,7 +58,6 @@
#include "ethereal.h"
#include "packet.h"
#include "file.h"
-#include "menu.h"
#include "summary.h"
#include "capture.h"
#include "util.h"