From 680af178196217bdd255d2bc851f240983144ac1 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 10 Jun 2012 00:18:08 +0200 Subject: Fixed include paths and CMakeLists.txt Additionally, changed #ifndef to #pragma once everywhere --- src/graphics/d3d/d3dframe.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/graphics/d3d/d3dframe.cpp') diff --git a/src/graphics/d3d/d3dframe.cpp b/src/graphics/d3d/d3dframe.cpp index 3207a4b..73c0569 100644 --- a/src/graphics/d3d/d3dframe.cpp +++ b/src/graphics/d3d/d3dframe.cpp @@ -25,8 +25,8 @@ #include #include #include -#include "d3dframe.h" -#include "d3dutil.h" +#include "graphics/d3d/d3dframe.h" +#include "graphics/d3d/d3dutil.h" -- cgit v1.2.3-1-g7c22