diff --git a/audio/drivers/audioio.c b/audio/drivers/audioio.c index 82950ee541..d80a18670e 100644 --- a/audio/drivers/audioio.c +++ b/audio/drivers/audioio.c @@ -24,7 +24,7 @@ #include #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include "../../retroarch.h" diff --git a/audio/drivers/oss.c b/audio/drivers/oss.c index d9485ea0e9..9dd7634b55 100644 --- a/audio/drivers/oss.c +++ b/audio/drivers/oss.c @@ -30,7 +30,7 @@ #include #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include "../../retroarch.h" diff --git a/cores/libretro-ffmpeg/ffmpeg_core.c b/cores/libretro-ffmpeg/ffmpeg_core.c index fde29c4fbd..a358696188 100644 --- a/cores/libretro-ffmpeg/ffmpeg_core.c +++ b/cores/libretro-ffmpeg/ffmpeg_core.c @@ -8,7 +8,7 @@ #ifdef RARCH_INTERNAL #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #endif diff --git a/cores/libretro-ffmpeg/video_buffer.h b/cores/libretro-ffmpeg/video_buffer.h index 9f44f5f7f2..34b03c717b 100644 --- a/cores/libretro-ffmpeg/video_buffer.h +++ b/cores/libretro-ffmpeg/video_buffer.h @@ -8,7 +8,7 @@ #ifdef RARCH_INTERNAL #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #endif diff --git a/gfx/common/dxgi_common.c b/gfx/common/dxgi_common.c index de282eb368..09dac1a0ac 100644 --- a/gfx/common/dxgi_common.c +++ b/gfx/common/dxgi_common.c @@ -20,7 +20,7 @@ #include #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include "dxgi_common.h" diff --git a/gfx/drivers/gl.c b/gfx/drivers/gl.c index ba16cac452..9ba42cda81 100644 --- a/gfx/drivers/gl.c +++ b/gfx/drivers/gl.c @@ -34,7 +34,7 @@ #include #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include diff --git a/gfx/drivers/gl_core.c b/gfx/drivers/gl_core.c index 2d2e782212..274ca6b5de 100644 --- a/gfx/drivers/gl_core.c +++ b/gfx/drivers/gl_core.c @@ -20,7 +20,7 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include "../common/gl_core_common.h" diff --git a/gfx/drivers_context/ps3_ctx.c b/gfx/drivers_context/ps3_ctx.c index 69567257ef..b2cace95d0 100644 --- a/gfx/drivers_context/ps3_ctx.c +++ b/gfx/drivers_context/ps3_ctx.c @@ -17,7 +17,7 @@ #include #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include diff --git a/gfx/drivers_context/psl1ght_ctx.c b/gfx/drivers_context/psl1ght_ctx.c index bb56e4ade3..9a2d2cceaf 100755 --- a/gfx/drivers_context/psl1ght_ctx.c +++ b/gfx/drivers_context/psl1ght_ctx.c @@ -17,7 +17,7 @@ #include #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include diff --git a/gfx/drivers_display/gfx_display_d3d10.c b/gfx/drivers_display/gfx_display_d3d10.c index 4e6bea1f6c..adff240230 100644 --- a/gfx/drivers_display/gfx_display_d3d10.c +++ b/gfx/drivers_display/gfx_display_d3d10.c @@ -19,7 +19,7 @@ #include #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include "../gfx_display.h" diff --git a/gfx/drivers_display/gfx_display_d3d11.c b/gfx/drivers_display/gfx_display_d3d11.c index 356ac97095..33d0efe7fc 100644 --- a/gfx/drivers_display/gfx_display_d3d11.c +++ b/gfx/drivers_display/gfx_display_d3d11.c @@ -18,7 +18,7 @@ #include #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include "../gfx_display.h" diff --git a/gfx/drivers_display/gfx_display_d3d12.c b/gfx/drivers_display/gfx_display_d3d12.c index 5518554416..9e539e9b2b 100644 --- a/gfx/drivers_display/gfx_display_d3d12.c +++ b/gfx/drivers_display/gfx_display_d3d12.c @@ -18,7 +18,7 @@ #include #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include "../gfx_display.h" diff --git a/gfx/drivers_display/gfx_display_wiiu.c b/gfx/drivers_display/gfx_display_wiiu.c index 0abcd6b75e..83fe7925ab 100644 --- a/gfx/drivers_display/gfx_display_wiiu.c +++ b/gfx/drivers_display/gfx_display_wiiu.c @@ -17,7 +17,7 @@ #include #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include "../gfx_display.h" diff --git a/gfx/drivers_shader/glslang_util.c b/gfx/drivers_shader/glslang_util.c index 9cc1299ac2..be1db4c973 100644 --- a/gfx/drivers_shader/glslang_util.c +++ b/gfx/drivers_shader/glslang_util.c @@ -22,7 +22,7 @@ #include #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include "glslang_util.h" diff --git a/gfx/drivers_shader/glslang_util_cxx.cpp b/gfx/drivers_shader/glslang_util_cxx.cpp index 91d0c150e0..ee7eaa85c4 100644 --- a/gfx/drivers_shader/glslang_util_cxx.cpp +++ b/gfx/drivers_shader/glslang_util_cxx.cpp @@ -25,7 +25,7 @@ #include #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include "glslang_util.h" diff --git a/input/input_driver.h b/input/input_driver.h index ec2761a7b3..5e78c504bd 100644 --- a/input/input_driver.h +++ b/input/input_driver.h @@ -25,7 +25,7 @@ #include "input_types.h" #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../config.h" #endif /* HAVE_CONFIG_H */ #include