mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-03 08:38:18 +00:00
Rearrange HAVE_CONFIG_H ifdef placement
This commit is contained in:
parent
4b2adec67a
commit
15d62256d7
@ -18,12 +18,12 @@
|
||||
|
||||
#include <compat/strl.h>
|
||||
|
||||
#include "frontend_driver.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include "frontend_driver.h"
|
||||
|
||||
static frontend_ctx_driver_t *frontend_ctx_drivers[] = {
|
||||
#if defined(EMSCRIPTEN)
|
||||
&frontend_ctx_emscripten,
|
||||
|
Loading…
Reference in New Issue
Block a user