Cut down on stdio.h includes

This commit is contained in:
twinaphex
2021-11-02 17:25:04 +01:00
parent b99ac9fe9b
commit a918869c18
21 changed files with 11 additions and 29 deletions

View File

@@ -1,8 +1,6 @@
#ifndef __SERIAL_H
#define __SERIAL_H
#include <stdio.h>
typedef int BOOL;
#ifndef TRUE