From 1b5e6072ca8324432aa920f47d8f7931232fb8bc Mon Sep 17 00:00:00 2001 From: Jan Van Winkel Date: Thu, 22 Aug 2019 22:27:23 +0200 Subject: [PATCH] headers: Removed include other.h from toolchain.h Removed include of non existing header toolchain/other.h from toolchain.h Signed-off-by: Jan Van Winkel --- include/toolchain.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/toolchain.h b/include/toolchain.h index adc8c2c1101..d2c08a6719d 100644 --- a/include/toolchain.h +++ b/include/toolchain.h @@ -37,8 +37,6 @@ #include #elif defined(__GNUC__) || (defined(_LINKER) && defined(__GCC_LINKER_CMD__)) #include -#else -#include #endif /*