kernel.h: remove stdint.h
authorAlan Cox <alan@linux.intel.com>
Mon, 19 Oct 2015 20:40:23 +0000 (21:40 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 19 Oct 2015 20:40:23 +0000 (21:40 +0100)
This was added by the msp340 port, but
- Not all our compilers have stdint.h
- The msp340 includes it from cpu.h anyway

Kernel/include/kernel.h

index 81423b9..e3ae0c1 100644 (file)
@@ -11,7 +11,6 @@ From UZI by Doug Braun and UZI280 by Stefan Nitschke.
 #define __FUZIX__KERNEL_DOT_H__
 
 #include <stdbool.h>
-#include <stdint.h>
 
 #include "config.h"
 #include "cpu.h"