Streamlined some includes
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
|
||||
/* Standard or non-standard includes depending on the target */
|
||||
|
||||
#ifdef __CC65__
|
||||
#include <conio.h>
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#ifdef __CC65__
|
||||
#include <conio.h>
|
||||
#else
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#define cgetc() (getchar())
|
||||
|
||||
Reference in New Issue
Block a user