summaryrefslogtreecommitdiff
path: root/lib/libc
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 /lib/libc
parent06884fd04e5ae3f7d93b817ad78183dc7abf61bf (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/fts-compat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/gen/fts-compat.h b/lib/libc/gen/fts-compat.h
index b4837cf29137..4fa4a3aa0ded 100644
--- a/lib/libc/gen/fts-compat.h
+++ b/lib/libc/gen/fts-compat.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 */