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/traits.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/mbgl/util/traits.hpp') diff --git a/include/mbgl/util/traits.hpp b/include/mbgl/util/traits.hpp index 812d9fb547..7c9499897e 100644 --- a/include/mbgl/util/traits.hpp +++ b/include/mbgl/util/traits.hpp @@ -1,5 +1,4 @@ -#ifndef MBGL_UTIL_TRAITS -#define MBGL_UTIL_TRAITS +#pragma once #include @@ -11,5 +10,3 @@ constexpr auto underlying_type(T t) -> typename std::underlying_type::type { } } // namespace mbgl - -#endif // MBGL_UTIL_TRAITS -- cgit v1.2.1