diff options
author | markm <markm@FreeBSD.org> | 2002-03-20 10:35:51 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-03-20 10:35:51 +0000 |
commit | 177f27dab3e7a69797e38c19f7b1a913d3b232f9 (patch) | |
tree | 0ba983ccb3acfdccd2ae885fce11e92037830234 /usr.bin/find/ls.c | |
parent | 453d388794d43ea15c2744894c8bcdc0b8c301eb (diff) | |
download | FreeBSD-src-177f27dab3e7a69797e38c19f7b1a913d3b232f9.zip FreeBSD-src-177f27dab3e7a69797e38c19f7b1a913d3b232f9.tar.gz |
For the sake of consistency, remove an include that is included in
a previous include. All other files in this app do this.
Diffstat (limited to 'usr.bin/find/ls.c')
-rw-r--r-- | usr.bin/find/ls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index e4defa7..a7ccd29 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -56,7 +56,6 @@ static const char rcsid[] = #include <utmp.h> #include "find.h" -#include "extern.h" /* Derived from the print routines in the ls(1) source code. */ |