From 22ea47ec90b51ecbe6d2883ccee30d312c162044 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker 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/printf.c') diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 452711e1e39a..8636cc13c1ef 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.2.3