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 <jan.van_winkel@dxplore.eu>
This commit is contained in:
Jan Van Winkel 2019-08-22 22:27:23 +02:00 committed by Ioannis Glaropoulos
commit 1b5e6072ca

View file

@ -37,8 +37,6 @@
#include <toolchain/xcc.h>
#elif defined(__GNUC__) || (defined(_LINKER) && defined(__GCC_LINKER_CMD__))
#include <toolchain/gcc.h>
#else
#include <toolchain/other.h>
#endif
/*