summaryrefslogtreecommitdiffstats
path: root/usr.bin/printf
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2015-03-01 21:46:55 +0000
committerjilles <jilles@FreeBSD.org>2015-03-01 21:46:55 +0000
commitbbd4d38fcaeebd7eda1dfb2906d1cd019f93e8b6 (patch)
tree8f9339bae861ac41857ef95632f9b0d69ac68a65 /usr.bin/printf
parent58c94606707d60fc809e545dc78735fdbc57b06a (diff)
downloadFreeBSD-src-bbd4d38fcaeebd7eda1dfb2906d1cd019f93e8b6.zip
FreeBSD-src-bbd4d38fcaeebd7eda1dfb2906d1cd019f93e8b6.tar.gz
sh: Fix compiler warnings related to duplicate or missing declarations.
Diffstat (limited to 'usr.bin/printf')
-rw-r--r--usr.bin/printf/printf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c
index 452711e..8636cc1 100644
--- a/usr.bin/printf/printf.c
+++ b/usr.bin/printf/printf.c
@@ -66,7 +66,6 @@ static const char rcsid[] =
#ifdef SHELL
#define main printfcmd
#include "bltin/bltin.h"
-#include "error.h"
#include "options.h"
#endif
OpenPOWER on IntegriCloud