From: Alan Cox Date: Mon, 19 Oct 2015 20:40:23 +0000 (+0100) Subject: kernel.h: remove stdint.h X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=df3085d6ace7a83248fefe5d370251b7a2014159;p=FUZIX.git kernel.h: remove stdint.h This was added by the msp340 port, but - Not all our compilers have stdint.h - The msp340 includes it from cpu.h anyway --- diff --git a/Kernel/include/kernel.h b/Kernel/include/kernel.h index 81423b93..e3ae0c16 100644 --- a/Kernel/include/kernel.h +++ b/Kernel/include/kernel.h @@ -11,7 +11,6 @@ From UZI by Doug Braun and UZI280 by Stefan Nitschke. #define __FUZIX__KERNEL_DOT_H__ #include -#include #include "config.h" #include "cpu.h"