mirror of
https://github.com/libretro/beetle-lynx-libretro.git
synced 2024-11-23 00:00:50 +00:00
Cleanup header includes
This commit is contained in:
parent
0d8921a867
commit
9c48124dc1
@ -15,7 +15,6 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -47,8 +47,6 @@
|
||||
#include "system.h"
|
||||
#include "rom.h"
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
CRom::CRom(const char *romfile)
|
||||
{
|
||||
mWriteEnable=false;
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
#include "mednafen.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <vector>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
Loading…
Reference in New Issue
Block a user