From e2bcea90fce8a1e05e517c615d21d845e955f53d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Wed, 25 May 2016 21:14:18 +0200 Subject: [core] use #pragma once instead of ifdef include guards --- include/mbgl/util/constants.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/mbgl/util/constants.hpp') diff --git a/include/mbgl/util/constants.hpp b/include/mbgl/util/constants.hpp index 3517299df2..621fc1820e 100644 --- a/include/mbgl/util/constants.hpp +++ b/include/mbgl/util/constants.hpp @@ -1,5 +1,4 @@ -#ifndef MBGL_UTIL_CONSTANTS -#define MBGL_UTIL_CONSTANTS +#pragma once #include @@ -59,5 +58,3 @@ extern const bool shapingWarning; } // namespace debug } // namespace mbgl - -#endif -- cgit v1.2.1