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>
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "../../config.h"
#endif
#include "../../retroarch.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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