From ca52a19b1d9181736d1c58dfe7457b969161bbfd Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 30 Nov 2015 23:35:04 +0100 Subject: [PATCH] Cleanups --- general.h | 4 ---- retroarch.c | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/general.h b/general.h index 4937be7268..f68a715be8 100644 --- a/general.h +++ b/general.h @@ -36,10 +36,6 @@ #include "config.h" #endif -#ifdef HAVE_COMMAND -#include "command.h" -#endif - #ifndef PACKAGE_VERSION #define PACKAGE_VERSION "1.3.0" #endif diff --git a/retroarch.c b/retroarch.c index f5ca1bf10e..0389862959 100644 --- a/retroarch.c +++ b/retroarch.c @@ -55,6 +55,10 @@ #include "retroarch.h" +#ifdef HAVE_COMMAND +#include "command.h" +#endif + #ifdef HAVE_MENU #include "menu/menu.h" #include "menu/menu_hash.h"