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/ui/button.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/ui/button.cpp') diff --git a/src/ui/button.cpp b/src/ui/button.cpp index 27fea9b..e03331a 100644 --- a/src/ui/button.cpp +++ b/src/ui/button.cpp @@ -21,15 +21,15 @@ #include #include -#include "struct.h" -#include "d3dengine.h" -#include "language.h" -#include "math3d.h" -#include "event.h" -#include "misc.h" -#include "iman.h" -#include "restext.h" -#include "button.h" +#include "common/struct.h" +#include "graphics/d3d/d3dengine.h" +#include "common/language.h" +#include "math/old/math3d.h" +#include "common/event.h" +#include "common/misc.h" +#include "common/iman.h" +#include "common/restext.h" +#include "ui/button.h" -- cgit v1.2.3-1-g7c22