aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-11-21 23:50:56 +0000
committerGuy Harris <guy@alum.mit.edu>2000-11-21 23:50:56 +0000
commitf8d8ac9df63e9566582aca55fd658252475bf5b2 (patch)
tree0bca765f1bcad001de4f11f92e95eec628f6dc56
parent0d178f826a41e3ed92b6318ae3424db6604b38c7 (diff)
Tethereal includes no GUI stuff, so it doesn't need to include
"ui_util.h". svn path=/trunk/; revision=2691
-rw-r--r--tethereal.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tethereal.c b/tethereal.c
index 4f4bd34a4a..a410a0a1f1 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -1,6 +1,6 @@
/* tethereal.c
*
- * $Id: tethereal.c,v 1.58 2000/11/20 17:08:20 gram Exp $
+ * $Id: tethereal.c,v 1.59 2000/11/21 23:50:56 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -87,7 +87,6 @@
#include "print.h"
#include "resolv.h"
#include "util.h"
-#include "ui_util.h"
#include "conversation.h"
#include "plugins.h"