aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@physics.rutgers.edu>2001-03-31 23:02:31 +0000
committerEd Warnicke <hagbard@physics.rutgers.edu>2001-03-31 23:02:31 +0000
commit3b6554c069c6d607b343415f5e78794e2010d350 (patch)
tree58a8443d3a306291ed72e03e4e551380f97433ba /epan
parent364fe90e178c111acda861a197c0302cf8298d06 (diff)
removed #include "print.h" and #include "file.h" from packet.c
svn path=/trunk/; revision=3218
Diffstat (limited to 'epan')
-rw-r--r--epan/packet.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/packet.c b/epan/packet.c
index 405e1398ad..bbb4f4c61d 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -1,7 +1,7 @@
/* packet.c
* Routines for packet disassembly
*
- * $Id: packet.c,v 1.23 2001/03/23 14:44:01 jfoster Exp $
+ * $Id: packet.c,v 1.24 2001/03/31 23:02:31 hagbard Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -69,9 +69,7 @@
#endif
#include "packet.h"
-#include "print.h"
#include "timestamp.h"
-#include "file.h"
#include "atalk-utils.h"
#include "packet-frame.h"