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:
parent
6be78f36df
commit
1b5e6072ca
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@
|
||||||
#include <toolchain/xcc.h>
|
#include <toolchain/xcc.h>
|
||||||
#elif defined(__GNUC__) || (defined(_LINKER) && defined(__GCC_LINKER_CMD__))
|
#elif defined(__GNUC__) || (defined(_LINKER) && defined(__GCC_LINKER_CMD__))
|
||||||
#include <toolchain/gcc.h>
|
#include <toolchain/gcc.h>
|
||||||
#else
|
|
||||||
#include <toolchain/other.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue