aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-07-07 22:58:37 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-07-07 22:58:37 +0000
commit9f9d19f529f1d4b854184356116946ae73930f4f (patch)
tree4f811c7fda66b2f8b47388a76629401d198713af /wiretap/wtap.c
parent07f42b5b31f9523deeb147226521f77a2c8dd797 (diff)
Removed old #include's.
svn path=/trunk/; revision=343
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index a88c3d70a4..ae163194ea 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1,6 +1,6 @@
/* wtap.c
*
- * $Id: wtap.c,v 1.8 1999/07/07 22:52:56 gram Exp $
+ * $Id: wtap.c,v 1.9 1999/07/07 22:58:37 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -23,8 +23,6 @@
#include "wtap.h"
#include "buffer.h"
-#include "bpf-engine.h"
-#include "rt-compile.h"
FILE* wtap_file(wtap *wth)
{