summaryrefslogtreecommitdiff
path: root/src/memmap.c
diff options
context:
space:
mode:
authortwinaphex2020-10-06 00:41:58 +0200
committertwinaphex2020-10-06 00:41:58 +0200
commit860c2fb9e7ac2e43a434d11b7808de61d6f2a9a2 (patch)
tree4d6b29549d06f5cac6c05895f3ca2df0e2fe3edc /src/memmap.c
parent21647005d1b2729a70fb41c36c1a7d2d19f0a24e (diff)
downloadsnes9x2002-860c2fb9e7ac2e43a434d11b7808de61d6f2a9a2.tar.gz
snes9x2002-860c2fb9e7ac2e43a434d11b7808de61d6f2a9a2.tar.bz2
snes9x2002-860c2fb9e7ac2e43a434d11b7808de61d6f2a9a2.zip
Cleanups
Diffstat (limited to 'src/memmap.c')
-rw-r--r--src/memmap.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/memmap.c b/src/memmap.c
index c077f98..83f3b3a 100644
--- a/src/memmap.c
+++ b/src/memmap.c
@@ -41,13 +41,10 @@
* Super NES and Super Nintendo Entertainment System are trademarks of
* Nintendo Co., Limited and its subsidiary companies.
*/
+#include <stdio.h>
#include <string.h>
#include <ctype.h>
-#ifdef __linux
-//#include <unistd.h>
-#endif
-
#include "snes9x.h"
#include "memmap.h"
#include "cpuexec.h"