From ce72a4975b76c1f244221d7d11e6a4eebc98b99b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 May 2018 20:23:53 +0100 Subject: Using pragma instead of gards The reason for this is that it reduces clashes between names. --- yage/data/input.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'yage/data/input.h') diff --git a/yage/data/input.h b/yage/data/input.h index 22cadb62..7a0898ef 100644 --- a/yage/data/input.h +++ b/yage/data/input.h @@ -6,8 +6,7 @@ * ---------------------------------------------------------------------------- */ -#ifndef YAGE_CORE_INPUT_H -#define YAGE_CORE_INPUT_H +#pragma once #ifdef _WIN32 #ifdef DELETE @@ -161,5 +160,3 @@ enum class key { #undef YAGE_DELETE_TMP #endif #endif - -#endif -- cgit