From 247dcce2b5676abbd0109bdc2d74c36dff73609c Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Tue, 19 Jun 2018 20:58:44 +0000 Subject: *: fix source file headers & includes for errcodes * Use the correct license header * Stop headers from including themselves * Use uniform relative include conventions * Ensure that sources include what they use * Turn off clang-format around struct array blocks Signed-off-by: Quentin Young --- lib/lib_errors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lib_errors.c') diff --git a/lib/lib_errors.c b/lib/lib_errors.c index f53ff4e016..e08b03f17f 100644 --- a/lib/lib_errors.c +++ b/lib/lib_errors.c @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include "lib_errors.h" /* clang-format off */ static struct ferr_ref ferr_lib_err[] = { -- cgit v1.2.3