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/mainmap.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/ui/mainmap.h') diff --git a/src/ui/mainmap.h b/src/ui/mainmap.h index f9fe0be..cd74f39 100644 --- a/src/ui/mainmap.h +++ b/src/ui/mainmap.h @@ -16,8 +16,7 @@ // mainmap.h -#ifndef _MAINMAP_H_ -#define _MAINMAP_H_ +#pragma once class CInstanceManager; @@ -65,4 +64,3 @@ protected: }; -#endif //_MAINMAP_H_ -- cgit v1.2.3-1-g7c22