aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/dsp1emu.c1
-rw-r--r--source/fxemu.c1
-rw-r--r--source/fxinst.c1
-rw-r--r--source/memmap.c1
-rw-r--r--source/snes9x.h1
-rw-r--r--source/soundux.c1
6 files changed, 1 insertions, 5 deletions
diff --git a/source/dsp1emu.c b/source/dsp1emu.c
index e7c3f7d..76df362 100644
--- a/source/dsp1emu.c
+++ b/source/dsp1emu.c
@@ -1,6 +1,5 @@
#include "../copyright"
-#include <stdio.h>
#include <stdarg.h>
#include <math.h>
#include <string.h>
diff --git a/source/fxemu.c b/source/fxemu.c
index 9d62b05..17102c9 100644
--- a/source/fxemu.c
+++ b/source/fxemu.c
@@ -4,7 +4,6 @@
#include "fxinst.h"
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <retro_inline.h>
diff --git a/source/fxinst.c b/source/fxinst.c
index 7b79cd5..6912bde 100644
--- a/source/fxinst.c
+++ b/source/fxinst.c
@@ -3,7 +3,6 @@
#include "fxemu.h"
#include "fxinst.h"
#include <string.h>
-#include <stdio.h>
#include <retro_inline.h>
diff --git a/source/memmap.c b/source/memmap.c
index 5f7d84a..9fda545 100644
--- a/source/memmap.c
+++ b/source/memmap.c
@@ -1,5 +1,6 @@
#include "../copyright"
+#include <stdio.h>
#include <string.h>
#ifdef HAVE_STRINGS_H
#include <strings.h>
diff --git a/source/snes9x.h b/source/snes9x.h
index ad410e1..6dd2e8f 100644
--- a/source/snes9x.h
+++ b/source/snes9x.h
@@ -3,7 +3,6 @@
#ifndef _SNES9X_H_
#define _SNES9X_H_
-#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
diff --git a/source/soundux.c b/source/soundux.c
index ebf6915..42098ed 100644
--- a/source/soundux.c
+++ b/source/soundux.c
@@ -3,7 +3,6 @@
#ifndef USE_BLARGG_APU
#include <stdlib.h>
-#include <stdio.h>
#include <string.h>
#include <errno.h>