mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
These aren't needed.
This commit is contained in:
parent
3f105fe71f
commit
37a907eb51
@ -14,7 +14,7 @@
|
|||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _XOPEN_SOURCE 600 // TODO: this doesn't really belong here.
|
#define _XOPEN_SOURCE 700 // TODO: this doesn't really belong here.
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@ -23,18 +23,6 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <retro_inline.h>
|
|
||||||
#include <gfx/scaler/scaler.h>
|
|
||||||
|
|
||||||
#include "../../configuration.h"
|
|
||||||
#include "../../driver.h"
|
|
||||||
#include "../../retroarch.h"
|
|
||||||
#include "../../runloop.h"
|
|
||||||
#include "../../performance_counters.h"
|
|
||||||
#include "../../verbosity.h"
|
|
||||||
#include "../video_context_driver.h"
|
|
||||||
#include "../font_driver.h"
|
|
||||||
|
|
||||||
#include "../common/x11_common.h"
|
#include "../common/x11_common.h"
|
||||||
|
|
||||||
#ifdef HAVE_MENU
|
#ifdef HAVE_MENU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user