aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"