From 40f19cf2c4ebf48a0412f29864730580884c4e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Fri, 24 Oct 2014 20:12:23 -0200 Subject: [PATCH] (d3d) Move C++ headers to the top to avoid namespace conflicts --- gfx/d3d/d3d.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gfx/d3d/d3d.hpp b/gfx/d3d/d3d.hpp index 9a42bd2e8a..2f236510d2 100644 --- a/gfx/d3d/d3d.hpp +++ b/gfx/d3d/d3d.hpp @@ -17,6 +17,9 @@ #ifndef D3DVIDEO_HPP__ #define D3DVIDEO_HPP__ +#include +#include + #ifdef HAVE_CONFIG_H #include "../../config.h" #endif @@ -55,8 +58,7 @@ #include #endif #include "d3d_wrapper.h" -#include -#include + #ifdef HAVE_OVERLAY typedef struct