diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 20:01:10 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1997-05-07 20:01:10 +0000 |
| commit | f756433e8b87d0739ea5865dd78e946db0614108 (patch) | |
| tree | 9d0d51a059cb68406021fabbd8d1a83007decb67 /lib/libc | |
| parent | 06884fd04e5ae3f7d93b817ad78183dc7abf61bf (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/fts-compat.h | 3 |
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 */ |
