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
This commit is contained in:
Richard Sharpe 1999-05-13 01:05:11 +00:00
parent 6399732b86
commit 38802ac432
3 changed files with 3 additions and 6 deletions

View File

@ -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"

View File

@ -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"

View File

@ -2,7 +2,7 @@
* Routines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
* $Id: packet-smb.c,v 1.10 1999/05/11 08:21:39 guy Exp $
* $Id: packet-smb.c,v 1.11 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"