mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(Cg) Move Cg header include to render_chain.cpp
This commit is contained in:
parent
e34c90179f
commit
b509e12405
@ -17,6 +17,7 @@
|
||||
#include "render_chain.h"
|
||||
#include <string.h>
|
||||
#include <retro_inline.h>
|
||||
#include "../inc/Cg/cg.h"
|
||||
|
||||
struct lut_info
|
||||
{
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "d3d.h"
|
||||
#include "../video_state_tracker.h"
|
||||
#include "../video_shader_parse.h"
|
||||
#include "../inc/Cg/cg.h"
|
||||
#include "../../libretro.h"
|
||||
|
||||
struct Vertex
|
||||
|
Loading…
x
Reference in New Issue
Block a user