From 9a49f393e4d3f4e83a75bf51e8fd49a3fb615d7b Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Mon, 12 Feb 2024 17:53:29 +0100 Subject: cmd: remove common.h from exception command implementations The common.h should not be used anymore. Signed-off-by: Heinrich Schuchardt Reviewed-by: Tom Rini --- cmd/sandbox/exception.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd/sandbox/exception.c') diff --git a/cmd/sandbox/exception.c b/cmd/sandbox/exception.c index c082401ce6b..cfa153da260 100644 --- a/cmd/sandbox/exception.c +++ b/cmd/sandbox/exception.c @@ -5,7 +5,6 @@ * Copyright (c) 2020, Heinrich Schuchardt */ -#include #include static int do_sigsegv(struct cmd_tbl *cmdtp, int flag, int argc, -- cgit v1.2.3