diff options
author | twinaphex | 2020-10-06 21:01:51 +0200 |
---|---|---|
committer | twinaphex | 2020-10-06 21:01:51 +0200 |
commit | 16fbb8749384fd0a7dd1b913b7e142180a4e9aa5 (patch) | |
tree | a46dd2ae176cd1eb6d93d24f6e507e9a922a7580 | |
parent | 77f7e9762fbdcacfdeb6dc4784ace328aa63be00 (diff) | |
download | snes9x2002-16fbb8749384fd0a7dd1b913b7e142180a4e9aa5.tar.gz snes9x2002-16fbb8749384fd0a7dd1b913b7e142180a4e9aa5.tar.bz2 snes9x2002-16fbb8749384fd0a7dd1b913b7e142180a4e9aa5.zip |
remove stdio.h
-rw-r--r-- | src/sdd1.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |