mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Fix some relative path header includes
This commit is contained in:
parent
841adf04a5
commit
b15cca82c7
@ -40,19 +40,18 @@
|
||||
#include <gfx/gl_capabilities.h>
|
||||
#include <gfx/video_frame.h>
|
||||
|
||||
#include "../../../driver.h"
|
||||
#include "../../../configuration.h"
|
||||
#include "../../../record/record_driver.h"
|
||||
#include "../../../performance_counters.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../record/record_driver.h"
|
||||
#include "../../performance_counters.h"
|
||||
|
||||
#include "gl_legacy_renderchain.h"
|
||||
#include "../video_renderchain_driver.h"
|
||||
|
||||
#include "../../../retroarch.h"
|
||||
#include "../../../verbosity.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../common/gl_common.h"
|
||||
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
#include "../video_thread_wrapper.h"
|
||||
#endif
|
||||
@ -69,7 +68,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../../../menu/menu_driver.h"
|
||||
#include "../../menu/menu_driver.h"
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
|
Loading…
Reference in New Issue
Block a user