(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…
Reference in New Issue