Harmonized the style of including headers from headers.

We surely don't care about some file I/O on host machines in 2018 ;-)
This commit is contained in:
Oliver Schmidt
2018-02-02 12:28:22 +01:00
parent f15cd3e468
commit 935f68f686
18 changed files with 22 additions and 74 deletions

View File

@@ -46,10 +46,7 @@
/* We need NULL. */
#if !defined(_STDDEF_H)
# include <stddef.h>
#endif
#include <stddef.h>
/* Load the system-specific files here, if needed. */
#if defined(__C64__) && !defined(_C64_H)