These aren't needed.

This commit is contained in:
Alcaro 2016-09-07 14:40:10 +02:00
parent 3f105fe71f
commit 37a907eb51

View File

@ -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