Removes the include for STD bool since it's no longer used.
This commit is contained in:
parent
ebce50320f
commit
534ddc3a4c
|
@ -1,7 +1,6 @@
|
|||
#include "stdio.h"
|
||||
#include "conio.h"
|
||||
#include "stdlib.h"
|
||||
#include "stdbool.h"
|
||||
|
||||
void putchar(char c)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue