Fix some relative path header includes

This commit is contained in:
twinaphex 2017-04-19 02:15:47 +02:00
parent 841adf04a5
commit b15cca82c7
1 changed files with 7 additions and 8 deletions

View File

@ -40,19 +40,18 @@
#include <gfx/gl_capabilities.h> #include <gfx/gl_capabilities.h>
#include <gfx/video_frame.h> #include <gfx/video_frame.h>
#include "../../../driver.h" #include "../../driver.h"
#include "../../../configuration.h" #include "../../configuration.h"
#include "../../../record/record_driver.h" #include "../../record/record_driver.h"
#include "../../../performance_counters.h" #include "../../performance_counters.h"
#include "gl_legacy_renderchain.h" #include "gl_legacy_renderchain.h"
#include "../video_renderchain_driver.h" #include "../video_renderchain_driver.h"
#include "../../../retroarch.h" #include "../../retroarch.h"
#include "../../../verbosity.h" #include "../../verbosity.h"
#include "../common/gl_common.h" #include "../common/gl_common.h"
#ifdef HAVE_THREADS #ifdef HAVE_THREADS
#include "../video_thread_wrapper.h" #include "../video_thread_wrapper.h"
#endif #endif
@ -69,7 +68,7 @@
#endif #endif
#ifdef HAVE_MENU #ifdef HAVE_MENU
#include "../../../menu/menu_driver.h" #include "../../menu/menu_driver.h"
#endif #endif
#if defined(_WIN32) && !defined(_XBOX) #if defined(_WIN32) && !defined(_XBOX)