Header include fixes/cleanups

This commit is contained in:
libretroadmin 2022-12-14 18:40:09 +01:00
parent d3df335083
commit 0223c0b3c6
5 changed files with 1 additions and 4 deletions

View File

@ -5,7 +5,6 @@
// TODO?: BufferedStream, no virtual functions, yes inline functions, constructor takes a Stream* argument.
#include <errno.h>
#include <string>
#include "mednafen-types.h"

View File

@ -31,7 +31,6 @@
#include <stdint.h>
#include <string.h>
#include <errno.h>
#include <time.h>
#include <memory>

View File

@ -37,7 +37,6 @@
#include <stdint.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <math.h>
#include <sys/stat.h>

View File

@ -14,6 +14,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <vector>

View File

@ -17,7 +17,6 @@
#include <boolean.h>
#include <errno.h>
#include <string.h>
#include "settings.h"