mirror of
https://github.com/libretro/snes9x2005.git
synced 2024-11-23 08:19:48 +00:00
Cleanups
This commit is contained in:
parent
0dcafe459f
commit
8f1b7db6e2
@ -1,6 +1,5 @@
|
||||
#include "../copyright"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
@ -4,7 +4,6 @@
|
||||
#include "fxinst.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <retro_inline.h>
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
#include "fxemu.h"
|
||||
#include "fxinst.h"
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <retro_inline.h>
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include "../copyright"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
|
@ -3,7 +3,6 @@
|
||||
#ifndef _SNES9X_H_
|
||||
#define _SNES9X_H_
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
#ifndef USE_BLARGG_APU
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user