diff options
author | maxim <maxim@FreeBSD.org> | 2007-01-20 08:24:02 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2007-01-20 08:24:02 +0000 |
commit | 202535955d099daf9367a0500dd28373e3aaa3b5 (patch) | |
tree | 19a46178fdc06e6730195319033bc8ece6f8f54f /usr.bin/tr/str.c | |
parent | 4c6fb759b636284fb10c8a3b9770ff12211cd9ae (diff) | |
download | FreeBSD-src-202535955d099daf9367a0500dd28373e3aaa3b5.zip FreeBSD-src-202535955d099daf9367a0500dd28373e3aaa3b5.tar.gz |
o Remove duplicate includes.
Obtained from: Slava Semushin via NetBSD
Diffstat (limited to 'usr.bin/tr/str.c')
-rw-r--r-- | usr.bin/tr/str.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index c023fea..86ae173 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); static const char sccsid[] = "@(#)str.c 8.2 (Berkeley) 4/28/95"; #endif -#include <sys/cdefs.h> #include <sys/types.h> #include <ctype.h> |