Cleanup header includes

This commit is contained in:
libretroadmin 2022-12-14 18:41:29 +01:00
parent 0d8921a867
commit 9c48124dc1
3 changed files with 1 additions and 4 deletions

View File

@ -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>

View File

@ -47,8 +47,6 @@
#include "system.h"
#include "rom.h"
#include <errno.h>
CRom::CRom(const char *romfile)
{
mWriteEnable=false;

View File

@ -17,9 +17,9 @@
#include "mednafen.h"
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <vector>
#ifdef _WIN32