removed #include "util.h" from filesystem.c and resolv.c

svn path=/trunk/; revision=3217
This commit is contained in:
Ed Warnicke 2001-03-31 22:53:09 +00:00
parent a73d099837
commit 364fe90e17
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/* filesystem.c
* Filesystem utility routines
*
* $Id: filesystem.c,v 1.2 2000/10/11 07:35:01 guy Exp $
* $Id: filesystem.c,v 1.3 2001/03/31 22:53:09 hagbard Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -40,7 +40,6 @@
#endif
#include "filesystem.h"
#include "util.h"
const char*
get_home_dir(void)

View File

@ -1,7 +1,7 @@
/* resolv.c
* Routines for network object lookup
*
* $Id: resolv.c,v 1.5 2001/01/09 09:57:06 guy Exp $
* $Id: resolv.c,v 1.6 2001/03/31 22:53:09 hagbard Exp $
*
* Laurent Deniel <deniel@worldnet.fr>
*
@ -81,7 +81,7 @@
#include "packet-ipv6.h"
#include "packet-ipx.h"
#include "resolv.h"
#include "util.h"
#include "filesystem.h"
#define EPATH_ETHERS "/etc/ethers"
#define EPATH_IPXNETS "/etc/ipxnets"