diff options
Diffstat (limited to 'lib/shell.c')
-rw-r--r-- | lib/shell.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/shell.c b/lib/shell.c index e46e7fd2..146d9a21 100644 --- a/lib/shell.c +++ b/lib/shell.c @@ -1,13 +1,9 @@ +// SPDX-License-Identifier: BSD-2-Clause-Patent /* * Copyright 2012 <James.Bottomley@HansenPartnership.com> * - * see COPYING file - * * misc shell helper functions */ -#include <efi.h> -#include <efilib.h> - #include "shim.h" EFI_STATUS |