diff options
author | delphij <delphij@FreeBSD.org> | 2009-12-11 23:35:38 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2009-12-11 23:35:38 +0000 |
commit | b963db4652a0bf1718825e8e1a9bc93e87b7a80f (patch) | |
tree | 1c4d97908b52dc5263d006038b9af6b5ca886ca8 /usr.bin/sed/misc.c | |
parent | f8bfec1fb23c300d6b8bb021cf4f7fdd21981c3f (diff) | |
download | FreeBSD-src-b963db4652a0bf1718825e8e1a9bc93e87b7a80f.zip FreeBSD-src-b963db4652a0bf1718825e8e1a9bc93e87b7a80f.tar.gz |
Remove unneeded header includes from usr.bin/ except contributed code.
Tested with: make universe
Diffstat (limited to 'usr.bin/sed/misc.c')
-rw-r--r-- | usr.bin/sed/misc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index f3b5137..4a7f643 100644 --- a/usr.bin/sed/misc.c +++ b/usr.bin/sed/misc.c @@ -41,14 +41,8 @@ static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #include <sys/types.h> #include <err.h> -#include <limits.h> #include <regex.h> -#include <stdio.h> #include <stdlib.h> -#include <string.h> - -#include "defs.h" -#include "extern.h" /* * Return a string for a regular expression error passed. This is overkill, |