aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pop.c
diff options
context:
space:
mode:
authorsharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>1999-05-13 01:05:11 +0000
committersharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>1999-05-13 01:05:11 +0000
commite8cd0371c93f00464d02c8a50bcdc6564a8afecb (patch)
treebf857af39fbfb8f106a62f2e660ae506cfa1583f /packet-pop.c
parentef8f7da12603346300f6565357a80913f5af59a1 (diff)
Removing some includes of tftp.h from places it should not be
in. Would like to remove it from packet-tftp.c as well to remove our dependence on that file as well. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@285 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-pop.c')
-rw-r--r--packet-pop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-pop.c b/packet-pop.c
index e5292026fc..8b8af7836d 100644
--- a/packet-pop.c
+++ b/packet-pop.c
@@ -2,7 +2,7 @@
* Routines for pop packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-pop.c,v 1.2 1999/04/05 23:39:51 guy Exp $
+ * $Id: packet-pop.c,v 1.3 1999/05/13 01:05:11 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -39,7 +39,6 @@
# include <netinet/in.h>
#endif
-#include <arpa/tftp.h>
#include <string.h>
#include <glib.h>
#include "packet.h"