diff options
author | Jilles Tjoelker <jilles@FreeBSD.org> | 2015-03-01 21:46:55 +0000 |
---|---|---|
committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2015-03-01 21:46:55 +0000 |
commit | 22ea47ec90b51ecbe6d2883ccee30d312c162044 (patch) | |
tree | 8f9339bae861ac41857ef95632f9b0d69ac68a65 /usr.bin/printf/printf.c | |
parent | 03afe9ba7014d242d5f76a956879794668caa290 (diff) |
Notes
Diffstat (limited to 'usr.bin/printf/printf.c')
-rw-r--r-- | usr.bin/printf/printf.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |