Cut down on stdio.h includes

This commit is contained in:
twinaphex
2021-11-02 17:25:04 +01:00
parent b99ac9fe9b
commit a918869c18
21 changed files with 11 additions and 29 deletions

View File

@@ -1,3 +1,4 @@
#include <stdio.h>
#include "__serial.h"
#if defined(_WIN32) && !defined(_XBOX) && !defined(__LIBRETRO__)

View File

@@ -1,8 +1,6 @@
#ifndef __SERIAL_H
#define __SERIAL_H
#include <stdio.h>
typedef int BOOL;
#ifndef TRUE

View File

@@ -1,7 +1,6 @@
#ifndef _EMU2413_H_
#define _EMU2413_H_
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>