From: Pieter Lexis Date: Thu, 16 Mar 2017 13:52:38 +0000 (+0100) Subject: syncres.hh: pragma once X-Git-Tag: rec-4.1.0-alpha1~174^2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32cdc4941f9ad688fd044fe4136116317ae00bab;p=pdns syncres.hh: pragma once --- diff --git a/pdns/syncres.hh b/pdns/syncres.hh index 8ca201da8..2be1a8f73 100644 --- a/pdns/syncres.hh +++ b/pdns/syncres.hh @@ -19,8 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef PDNS_SYNCRES_HH -#define PDNS_SYNCRES_HH +#pragma once #include #include #include "utility.hh" @@ -763,5 +762,3 @@ extern SuffixMatchNode g_ednsdomains; #ifdef HAVE_PROTOBUF extern __thread boost::uuids::random_generator* t_uuidGenerator; #endif - -#endif