summaryrefslogtreecommitdiff
path: root/include/fts.h
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1997-05-07 20:01:10 +0000
committerEivind Eklund <eivind@FreeBSD.org>1997-05-07 20:01:10 +0000
commitf756433e8b87d0739ea5865dd78e946db0614108 (patch)
tree9d0d51a059cb68406021fabbd8d1a83007decb67 /include/fts.h
parent06884fd04e5ae3f7d93b817ad78183dc7abf61bf (diff)
downloadsrc-test2-f756433e8b87d0739ea5865dd78e946db0614108.tar.gz
src-test2-f756433e8b87d0739ea5865dd78e946db0614108.zip
Notes
Diffstat (limited to 'include/fts.h')
-rw-r--r--include/fts.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/fts.h b/include/fts.h
index b4837cf29137..4fa4a3aa0ded 100644
--- a/include/fts.h
+++ b/include/fts.h
@@ -36,9 +36,6 @@
#ifndef _FTS_H_
#define _FTS_H_
-#include <sys/types.h>
-#include <nlist.h>
-
typedef struct {
struct _ftsent *fts_cur; /* current node */
struct _ftsent *fts_child; /* linked list of children */