From bbd4d38fcaeebd7eda1dfb2906d1cd019f93e8b6 Mon Sep 17 00:00:00 2001 From: jilles Date: Sun, 1 Mar 2015 21:46:55 +0000 Subject: sh: Fix compiler warnings related to duplicate or missing declarations. --- usr.bin/printf/printf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/printf') 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 -- cgit v1.1