mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(d3d) Move C++ headers to the top to avoid namespace conflicts
This commit is contained in:
parent
67ca60dd7c
commit
40f19cf2c4
@ -17,6 +17,9 @@
|
||||
#ifndef D3DVIDEO_HPP__
|
||||
#define D3DVIDEO_HPP__
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
@ -55,8 +58,7 @@
|
||||
#include <Cg/cgD3D9.h>
|
||||
#endif
|
||||
#include "d3d_wrapper.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
#ifdef HAVE_OVERLAY
|
||||
typedef struct
|
||||
|
Loading…
x
Reference in New Issue
Block a user