diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-09-01 03:04:24 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-09-01 03:04:24 +0000 |
commit | 65c3e8d9bf8ad7db047dafcf23b421207d7ebcb1 (patch) | |
tree | cbb41410183b9b8851e4a3427a5b1d898505b239 /summary.c | |
parent | 25502bc8fca486a9f10f96c35c1d2e4742541259 (diff) | |
download | wireshark-65c3e8d9bf8ad7db047dafcf23b421207d7ebcb1.tar.gz wireshark-65c3e8d9bf8ad7db047dafcf23b421207d7ebcb1.tar.bz2 wireshark-65c3e8d9bf8ad7db047dafcf23b421207d7ebcb1.zip |
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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |