aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cmp/special.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-06-21 20:44:06 +0000
committerXin LI <delphij@FreeBSD.org>2011-06-21 20:44:06 +0000
commit71024a974d3c240b346f1636b0c9f6243f1c0696 (patch)
tree545a6898ad4421d3c73fd113b9b12ed3831f8657 /usr.bin/cmp/special.c
parentb561579962ae897fe3ca80c61da9688d3b2e843a (diff)
downloadsrc-71024a974d3c240b346f1636b0c9f6243f1c0696.tar.gz
src-71024a974d3c240b346f1636b0c9f6243f1c0696.zip
Eliminate unneeded headers.
Notes
Notes: svn path=/head/; revision=223376
Diffstat (limited to 'usr.bin/cmp/special.c')
-rw-r--r--usr.bin/cmp/special.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c
index 08fc887c3ec4..8225185f00ff 100644
--- a/usr.bin/cmp/special.c
+++ b/usr.bin/cmp/special.c
@@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$");
#include <err.h>
#include <stdlib.h>
#include <stdio.h>
-#include <string.h>
#include "extern.h"