diff --git a/tools/cert_create/src/cert.c b/tools/cert_create/src/cert.c index c68a265b4337ff417e8fbfeef77b70c3bd55e1fb..153f5557df276b4921ad6a800c20ab96a105b2f7 100644 --- a/tools/cert_create/src/cert.c +++ b/tools/cert_create/src/cert.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -15,12 +15,6 @@ #include #include -#if USE_TBBR_DEFS -#include -#else -#include -#endif - #include "cert.h" #include "cmd_opt.h" #include "debug.h" diff --git a/tools/cert_create/src/key.c b/tools/cert_create/src/key.c index 0f80cce9b7a7ae0ee32cd6300af8f845994ae8bc..fcc9d53162de8bb8eea12a066c2ffcb9032acc09 100644 --- a/tools/cert_create/src/key.c +++ b/tools/cert_create/src/key.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -13,12 +13,6 @@ #include #include -#if USE_TBBR_DEFS -#include -#else -#include -#endif - #include "cert.h" #include "cmd_opt.h" #include "debug.h" diff --git a/tools/cert_create/src/main.c b/tools/cert_create/src/main.c index 0cbd2196bca447d97696add47292b6af201d0a28..863db7b6e81a6118149cd616e1b6e24b012ed72f 100644 --- a/tools/cert_create/src/main.c +++ b/tools/cert_create/src/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -19,21 +19,12 @@ #include #include -#if USE_TBBR_DEFS -#include -#else -#include -#endif - #include "cert.h" #include "cmd_opt.h" #include "debug.h" #include "ext.h" #include "key.h" #include "sha.h" -#include "tbbr/tbb_cert.h" -#include "tbbr/tbb_ext.h" -#include "tbbr/tbb_key.h" /* * Helper macros to simplify the code. This macro assigns the return value of