From b216f765283c8945b1f987d0acd061d5ca473dfe Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 11 Sep 2016 18:05:39 +0200 Subject: [PATCH] Cleanups --- command.h | 9 +++++---- configuration.h | 4 ++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/command.h b/command.h index 4a3cd2eca6..d34b68b3e4 100644 --- a/command.h +++ b/command.h @@ -17,14 +17,15 @@ #ifndef COMMAND_H__ #define COMMAND_H__ +#include + +#include +#include + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include -#include -#include - RETRO_BEGIN_DECLS typedef struct command command_t; diff --git a/configuration.h b/configuration.h index 4559781fbe..602e3cb25c 100644 --- a/configuration.h +++ b/configuration.h @@ -22,6 +22,10 @@ #include #include +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "gfx/video_driver.h" #include "input/input_defines.h"