mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(config_file.c) This can go
This commit is contained in:
parent
c03e6c6c38
commit
c9888eb442
1 changed files with 0 additions and 8 deletions
|
@ -26,14 +26,6 @@
|
|||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
|
||||
#if !defined(_WIN32) && !defined(_XBOX)
|
||||
#include <sys/param.h> /* PATH_MAX */
|
||||
#elif defined(_WIN32) && !defined(_XBOX)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#elif defined(_XBOX)
|
||||
#include <xtl.h>
|
||||
#endif
|
||||
#ifdef ORBIS
|
||||
#include <sys/fcntl.h>
|
||||
#include <orbisFile.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue