retroarch.h - don't include command_event.h

This commit is contained in:
Twinaphex 2015-12-07 08:57:56 +01:00
parent 6107d56834
commit 126c9c1bde
3 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,7 @@
#include <stdint.h>
#include <boolean.h>
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -28,6 +28,7 @@
#include "config.h"
#endif
#include "command_event.h"
#include "audio/audio_driver.h"
#include "camera/camera_driver.h"
#include "location/location_driver.h"

View File

@ -20,8 +20,6 @@
#include <boolean.h>
#include <retro_miscellaneous.h>
#include "command_event.h"
#ifdef __cplusplus
extern "C" {
#endif