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/common/struct.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/common/struct.h') diff --git a/src/common/struct.h b/src/common/struct.h index 8b90288..376c837 100644 --- a/src/common/struct.h +++ b/src/common/struct.h @@ -16,8 +16,8 @@ // struct.h -#ifndef _STRUCT_H_ -#define _STRUCT_H_ +#pragma once + #include @@ -70,4 +70,3 @@ struct ColorHSV }; -#endif //_STRUCT_H_ -- cgit v1.2.3-1-g7c22