standardize include path for config.h

This commit is contained in:
Mark W. Kidd 2021-08-18 14:19:48 -04:00
parent 97144833cb
commit 2b3dfeb10c
16 changed files with 16 additions and 16 deletions

View File

@ -24,7 +24,7 @@
#include <sys/audioio.h> #include <sys/audioio.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#include "../../retroarch.h" #include "../../retroarch.h"

View File

@ -30,7 +30,7 @@
#include <retro_endianness.h> #include <retro_endianness.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#include "../../retroarch.h" #include "../../retroarch.h"

View File

@ -8,7 +8,7 @@
#ifdef RARCH_INTERNAL #ifdef RARCH_INTERNAL
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#endif #endif

View File

@ -8,7 +8,7 @@
#ifdef RARCH_INTERNAL #ifdef RARCH_INTERNAL
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#endif #endif

View File

@ -20,7 +20,7 @@
#include <assert.h> #include <assert.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#include "dxgi_common.h" #include "dxgi_common.h"

View File

@ -34,7 +34,7 @@
#include <string.h> #include <string.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#include <compat/strl.h> #include <compat/strl.h>

View File

@ -20,7 +20,7 @@
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#include "../common/gl_core_common.h" #include "../common/gl_core_common.h"

View File

@ -17,7 +17,7 @@
#include <stdint.h> #include <stdint.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#include <sys/spu_initialize.h> #include <sys/spu_initialize.h>

View File

@ -17,7 +17,7 @@
#include <stdint.h> #include <stdint.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#include <compat/strl.h> #include <compat/strl.h>

View File

@ -19,7 +19,7 @@
#include <retro_miscellaneous.h> #include <retro_miscellaneous.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#include "../gfx_display.h" #include "../gfx_display.h"

View File

@ -18,7 +18,7 @@
#include <retro_miscellaneous.h> #include <retro_miscellaneous.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#include "../gfx_display.h" #include "../gfx_display.h"

View File

@ -18,7 +18,7 @@
#include <retro_miscellaneous.h> #include <retro_miscellaneous.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#include "../gfx_display.h" #include "../gfx_display.h"

View File

@ -17,7 +17,7 @@
#include <retro_miscellaneous.h> #include <retro_miscellaneous.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#include "../gfx_display.h" #include "../gfx_display.h"

View File

@ -22,7 +22,7 @@
#include <string/stdstring.h> #include <string/stdstring.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#include "glslang_util.h" #include "glslang_util.h"

View File

@ -25,7 +25,7 @@
#include <string/stdstring.h> #include <string/stdstring.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../../config.h"
#endif #endif
#include "glslang_util.h" #include "glslang_util.h"

View File

@ -25,7 +25,7 @@
#include "input_types.h" #include "input_types.h"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "../config.h"
#endif /* HAVE_CONFIG_H */ #endif /* HAVE_CONFIG_H */
#include <boolean.h> #include <boolean.h>