Remove gfx/video_driver.h dependency from driver.h
This commit is contained in:
parent
0044d853f8
commit
c75885b7b4
|
@ -20,6 +20,7 @@
|
|||
#include <boolean.h>
|
||||
#include "libretro.h"
|
||||
#include "driver.h"
|
||||
#include "gfx/video_driver.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include <stdint.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
#include "driver.h"
|
||||
#include "gfx/video_driver.h"
|
||||
|
||||
#ifndef MAX_USERS
|
||||
#define MAX_USERS 16
|
||||
|
|
1
driver.h
1
driver.h
|
@ -28,7 +28,6 @@
|
|||
|
||||
#include "frontend/frontend_driver.h"
|
||||
#include "ui/ui_companion_driver.h"
|
||||
#include "gfx/video_driver.h"
|
||||
#include "gfx/font_renderer_driver.h"
|
||||
|
||||
#include "camera/camera_driver.h"
|
||||
|
|
|
@ -18,7 +18,8 @@
|
|||
#define __VIDEO_CONTEXT_DRIVER_H
|
||||
|
||||
#include <boolean.h>
|
||||
#include "../driver.h"
|
||||
|
||||
#include "video_driver.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
|
|
Loading…
Reference in New Issue