aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ftp.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>1999-05-13 01:05:11 +0000
committerRichard Sharpe <sharpe@ns.aus.com>1999-05-13 01:05:11 +0000
commit38802ac432745d4cb23540e0e322277251eb19a1 (patch)
treebf857af39fbfb8f106a62f2e660ae506cfa1583f /packet-ftp.c
parent6399732b86713a010ac04c39e3db899de37209e3 (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. svn path=/trunk/; revision=285
Diffstat (limited to 'packet-ftp.c')
-rw-r--r--packet-ftp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ftp.c b/packet-ftp.c
index 532df24e84..a8feed5afd 100644
--- a/packet-ftp.c
+++ b/packet-ftp.c
@@ -2,7 +2,7 @@
* Routines for ftp packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: packet-ftp.c,v 1.2 1999/04/05 23:39:50 guy Exp $
+ * $Id: packet-ftp.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"