diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-02-22 19:48:10 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-02-22 19:48:10 +0000 |
commit | 9e6a900146b76b793875676e7bf645a64bc274c0 (patch) | |
tree | 472ed174a3313f0817ba6bdf944e5362f1927727 /gtk/tcp_graph.c | |
parent | bf3716808471108912904831e34248e1fadc765b (diff) | |
download | wireshark-9e6a900146b76b793875676e7bf645a64bc274c0.tar.gz wireshark-9e6a900146b76b793875676e7bf645a64bc274c0.tar.bz2 wireshark-9e6a900146b76b793875676e7bf645a64bc274c0.zip |
tcp_graph.h is no longer needed, as the tap mechanism is now used
svn path=/trunk/; revision=10182
Diffstat (limited to 'gtk/tcp_graph.c')
-rw-r--r-- | gtk/tcp_graph.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/tcp_graph.c b/gtk/tcp_graph.c index 2f485247b4..8aaa246ee7 100644 --- a/gtk/tcp_graph.c +++ b/gtk/tcp_graph.c @@ -3,7 +3,7 @@ * By Pavel Mores <pvl@uh.cz> * Win32 port: rwh@unifiedtech.com * - * $Id: tcp_graph.c,v 1.52 2004/02/22 18:44:03 ulfl Exp $ + * $Id: tcp_graph.c,v 1.53 2004/02/22 19:48:10 ulfl Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -44,7 +44,6 @@ #include "simple_dialog.h" #include "ui_util.h" #include "color.h" -#include "tcp_graph.h" #include "compat_macros.h" #include "etypes.h" #include "ppptypes.h" |