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/edit.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/ui/edit.h') diff --git a/src/ui/edit.h b/src/ui/edit.h index 4ad884f..eccc67e 100644 --- a/src/ui/edit.h +++ b/src/ui/edit.h @@ -16,12 +16,11 @@ // edit.h -#ifndef _EDIT_H_ -#define _EDIT_H_ +#pragma once -#include "struct.h" -#include "control.h" +#include "common/struct.h" +#include "ui/control.h" class CD3DEngine; @@ -252,4 +251,3 @@ protected: }; -#endif //_EDIT_H_ -- cgit v1.2.3-1-g7c22