summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2020-10-06 21:01:51 +0200
committertwinaphex2020-10-06 21:01:51 +0200
commit16fbb8749384fd0a7dd1b913b7e142180a4e9aa5 (patch)
treea46dd2ae176cd1eb6d93d24f6e507e9a922a7580
parent77f7e9762fbdcacfdeb6dc4784ace328aa63be00 (diff)
downloadsnes9x2002-16fbb8749384fd0a7dd1b913b7e142180a4e9aa5.tar.gz
snes9x2002-16fbb8749384fd0a7dd1b913b7e142180a4e9aa5.tar.bz2
snes9x2002-16fbb8749384fd0a7dd1b913b7e142180a4e9aa5.zip
remove stdio.h
-rw-r--r--src/sdd1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sdd1.c b/src/sdd1.c
index 5b3a63a..04df86d 100644
--- a/src/sdd1.c
+++ b/src/sdd1.c
@@ -41,7 +41,6 @@
* Super NES and Super Nintendo Entertainment System are trademarks of
* Nintendo Co., Limited and its subsidiary companies.
*/
-#include <stdio.h>
#include "snes9x.h"
#include "memmap.h"
#include "ppu.h"