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/d3dtextr.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/graphics/d3d/d3dtextr.cpp') diff --git a/src/graphics/d3d/d3dtextr.cpp b/src/graphics/d3d/d3dtextr.cpp index cceab99..6122029 100644 --- a/src/graphics/d3d/d3dtextr.cpp +++ b/src/graphics/d3d/d3dtextr.cpp @@ -29,10 +29,10 @@ #define STRICT #include #include -#include "d3dtextr.h" -#include "d3dutil.h" -#include "language.h" -#include "misc.h" +#include "graphics/d3d/d3dtextr.h" +#include "graphics/d3d/d3dutil.h" +#include "common/language.h" +#include "common/misc.h" -- cgit v1.2.3-1-g7c22