aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorhagbard <hagbard@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-31 22:53:09 +0000
committerhagbard <hagbard@f5534014-38df-0310-8fa8-9805f1628bb7>2001-03-31 22:53:09 +0000
commit67d611126863235a3377f7b3b760ac16c6ca47b3 (patch)
tree184558eaf0aed56c646ab104cb0b0f681c1a4564 /epan
parente3066870f724aa2c588d5ee8e4833d9c87f4099a (diff)
removed #include "util.h" from filesystem.c and resolv.c
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3217 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan')
-rw-r--r--epan/filesystem.c3
-rw-r--r--epan/resolv.c4
2 files changed, 3 insertions, 4 deletions
diff --git a/epan/filesystem.c b/epan/filesystem.c
index 54dc8ffe48..25a807db6f 100644
--- a/epan/filesystem.c
+++ b/epan/filesystem.c
@@ -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)
diff --git a/epan/resolv.c b/epan/resolv.c
index 345d206d31..6879169d7c 100644
--- a/epan/resolv.c
+++ b/epan/resolv.c
@@ -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"