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/control.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/ui/control.h') diff --git a/src/ui/control.h b/src/ui/control.h index 619cef2..9e0fceb 100644 --- a/src/ui/control.h +++ b/src/ui/control.h @@ -16,13 +16,12 @@ // control.h -#ifndef _CONTROL_H_ -#define _CONTROL_H_ +#pragma once -#include "text.h" -#include "struct.h" -#include "event.h" +#include "graphics/common/text.h" +#include "common/struct.h" +#include "common/event.h" class CInstanceManager; @@ -134,4 +133,3 @@ protected: }; -#endif //_CONTROL_H_ -- cgit v1.2.3-1-g7c22