aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-03-20 10:35:51 +0000
committerMark Murray <markm@FreeBSD.org>2002-03-20 10:35:51 +0000
commita6565444bdf3d9490387d6c163b4a67aab8df056 (patch)
tree0ba983ccb3acfdccd2ae885fce11e92037830234 /usr.bin/find
parent851031501a8b1fd1d7ab1f52daf3fd8cb7d9ccbb (diff)
downloadsrc-a6565444bdf3d9490387d6c163b4a67aab8df056.tar.gz
src-a6565444bdf3d9490387d6c163b4a67aab8df056.zip
For the sake of consistency, remove an include that is included in
a previous include. All other files in this app do this.
Notes
Notes: svn path=/head/; revision=92788
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/ls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c
index e4defa705192..a7ccd29b044c 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. */