From 43fb2f3e9fb7329798db75510d4e3f64cb3da7b7 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 6 Jun 2015 19:22:15 -0700 Subject: [PATCH] sh - Sync to FreeBSD d038ee76 part 2/2 (b) * Undo a portion of the error.h move to reduce edits to bin/kill/halt.c etc. --- bin/sh/bltin/bltin.h | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/sh/bltin/bltin.h b/bin/sh/bltin/bltin.h index a530ab78b2..4ec4664065 100644 --- a/bin/sh/bltin/bltin.h +++ b/bin/sh/bltin/bltin.h @@ -42,7 +42,6 @@ #include "../shell.h" #include "../mystring.h" #ifdef SHELL -#include "../error.h" #include "../output.h" #include "builtins.h" #define FILE struct output -- 2.41.0