aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2021-11-03 01:04:22 +0100
committertwinaphex2021-11-03 01:04:22 +0100
commit88a46f7c085f6e2accc4c777e264b9b5cd41cf0e (patch)
treeec1a205d936549335621df66eeafd086a9606ff5
parente3fc5b25a5458aa496edf76af8617f557cbea630 (diff)
downloadsnes9x2005-88a46f7c085f6e2accc4c777e264b9b5cd41cf0e.tar.gz
snes9x2005-88a46f7c085f6e2accc4c777e264b9b5cd41cf0e.tar.bz2
snes9x2005-88a46f7c085f6e2accc4c777e264b9b5cd41cf0e.zip
Cleanups
-rw-r--r--libretro.c2
-rw-r--r--source/cheats2.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/libretro.c b/libretro.c
index 8b05b44..49d5b13 100644
--- a/libretro.c
+++ b/libretro.c
@@ -1,7 +1,5 @@
#include "copyright"
-#include <stdio.h>
-
#include "snes9x.h"
#include "soundux.h"
#include "memmap.h"
diff --git a/source/cheats2.c b/source/cheats2.c
index 11595e2..970c626 100644
--- a/source/cheats2.c
+++ b/source/cheats2.c
@@ -1,6 +1,5 @@
#include "../copyright"
-#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include "snes9x.h"