From 126c9c1bde02418fc5b99fcdf467064ecfc1ad5a Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 7 Dec 2015 08:57:56 +0100 Subject: [PATCH] retroarch.h - don't include command_event.h --- command_event.h | 1 + dynamic.c | 1 + retroarch.h | 2 -- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/command_event.h b/command_event.h index ce496d8937..483416e14f 100644 --- a/command_event.h +++ b/command_event.h @@ -18,6 +18,7 @@ #include #include + #ifdef __cplusplus extern "C" { #endif diff --git a/dynamic.c b/dynamic.c index a3969c7b00..becc509c19 100644 --- a/dynamic.c +++ b/dynamic.c @@ -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" diff --git a/retroarch.h b/retroarch.h index 3ef7f02ffe..30b895ef8f 100644 --- a/retroarch.h +++ b/retroarch.h @@ -20,8 +20,6 @@ #include #include -#include "command_event.h" - #ifdef __cplusplus extern "C" { #endif