diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-02-12 17:53:29 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-03-02 12:26:19 -0500 |
commit | 9a49f393e4d3f4e83a75bf51e8fd49a3fb615d7b (patch) | |
tree | 7e11ab58c873d8f26a879236425a95a008127eea /cmd/sandbox/exception.c | |
parent | 8987c06f46dfd192f765c738b15119850054f18b (diff) |
cmd: remove common.h from exception command implementations
The common.h should not be used anymore.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd/sandbox/exception.c')
-rw-r--r-- | cmd/sandbox/exception.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <xypron.glpk@gmx.de> */ -#include <common.h> #include <command.h> static int do_sigsegv(struct cmd_tbl *cmdtp, int flag, int argc, |