aboutsummaryrefslogtreecommitdiffstats
path: root/summary.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-08-24 17:26:16 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-08-24 17:26:16 +0000
commit67c5f0acfe416c366a88fe2079eee2f3ac546011 (patch)
treebfddafd5e481a61c1d46f050142874083bfc647f /summary.c
parent3e1773c3af5f32fd75564ab1748374b122684bdc (diff)
Removed unnecessary #include "etypes.h" lines.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@565 f5534014-38df-0310-8fa8-9805f1628bb7
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 3d975f8ed2..4e440af165 100644
--- a/summary.c
+++ b/summary.c
@@ -1,7 +1,7 @@
/* summary.c
* Routines for capture file summary window
*
- * $Id: summary.c,v 1.9 1999/08/13 23:47:43 gram Exp $
+ * $Id: summary.c,v 1.10 1999/08/24 17:26:16 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -61,7 +61,6 @@
#include "menu.h"
#include "summary.h"
#include "capture.h"
-#include "etypes.h"
#include "util.h"
#include "prefs.h"