mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +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/>.
|
||||
*/
|
||||
|
||||
#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 <string.h>
|
||||
@ -23,18 +23,6 @@
|
||||
#include "config.h"
|
||||
#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"
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
|
Loading…
x
Reference in New Issue
Block a user