mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Rearrange HAVE_CONFIG_H ifdef placement
This commit is contained in:
parent
4b2adec67a
commit
15d62256d7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue