relocate HAVE_CONFIG_H ifdef

This commit is contained in:
twinaphex 2016-09-19 03:41:55 +02:00
parent 2ecef082f8
commit 11ced5d438

View File

@ -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"