mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
relocate HAVE_CONFIG_H ifdef
This commit is contained in:
parent
2ecef082f8
commit
11ced5d438
1 changed files with 4 additions and 3 deletions
|
@ -16,6 +16,10 @@
|
|||
|
||||
/* TODO/FIXME - turn this into actual task */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#ifdef _XBOX1
|
||||
#include <xtl.h>
|
||||
#include <xgraphics.h>
|
||||
|
@ -53,9 +57,6 @@
|
|||
#include "../gfx/video_driver.h"
|
||||
#include "../gfx/video_frame.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include "tasks_internal.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue