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 --- src/mbgl/layer/custom_layer.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/mbgl/layer/custom_layer.hpp') diff --git a/src/mbgl/layer/custom_layer.hpp b/src/mbgl/layer/custom_layer.hpp index b54ac7481e..93d9c85e6c 100644 --- a/src/mbgl/layer/custom_layer.hpp +++ b/src/mbgl/layer/custom_layer.hpp @@ -1,5 +1,4 @@ -#ifndef MBGL_CUSTOM_LAYER -#define MBGL_CUSTOM_LAYER +#pragma once #include @@ -44,5 +43,3 @@ inline bool StyleLayer::is() const { } } // namespace mbgl - -#endif -- cgit v1.2.1