From 93c78ed231a6ea30f1c30ecbbb0f245fa9d75075 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Thu, 16 Aug 2018 16:52:57 +0100 Subject: libc: Fix all includes in codebase The codebase was using non-standard headers. It is needed to replace them by the correct ones so that we can use the new libc headers. Change-Id: I530f71d9510cb036e69fe79823c8230afe890b9d Acked-by: Sumit Garg Signed-off-by: Antonio Nino Diaz --- include/lib/extensions/amu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/lib/extensions/amu.h') diff --git a/include/lib/extensions/amu.h b/include/lib/extensions/amu.h index 559c8f134..46d5e1593 100644 --- a/include/lib/extensions/amu.h +++ b/include/lib/extensions/amu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -10,7 +10,6 @@ #include #include #include -#include /* for CASSERT() */ /* All group 0 counters */ #define AMU_GROUP0_COUNTERS_MASK 0xf -- cgit v1.2.3