From 2fb88cb2e9050d4cda97f8de1e8f000a28599869 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Tue, 14 Aug 2018 13:39:29 +0100 Subject: libc: Cleanup SCC headers Only leave the parts relevant to the Trusted Firmware. Change-Id: I0444c16e402f6c1629211d03bf6cb32ca3dbcf59 Signed-off-by: Antonio Nino Diaz --- include/lib/libc/stdint.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/lib/libc/stdint.h') diff --git a/include/lib/libc/stdint.h b/include/lib/libc/stdint.h index 0b59a13b..d44a973f 100644 --- a/include/lib/libc/stdint.h +++ b/include/lib/libc/stdint.h @@ -8,9 +8,9 @@ * All rights reserved. */ -#ifndef _STDINT_H_ -#define _STDINT_H_ +#ifndef STDINT_H +#define STDINT_H #include -#endif +#endif /* STDINT_H */ -- cgit v1.2.3