From 770ac5a15a5840fcaa06baa4ac94647105e82449 Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 23 Nov 2012 20:45:15 +0100 Subject: [PATCH] Minor cleanup in platform-headers in general.h. --- general.h | 45 ++++++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/general.h b/general.h index 2da2f62f7c..5665dfc786 100644 --- a/general.h +++ b/general.h @@ -32,36 +32,57 @@ #include "audio/ext/rarch_dsp.h" #include "compat/strl.h" +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +// Platform-specific headers +// PS3 #if defined(__CELLOS_LV2__) && !defined(__PSL1GHT__) #include #include "ps3/ps3_input.h" #endif +// libxenon #ifdef XENON #include