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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32cdc4941f9ad688fd044fe4136116317ae00bab;p=thirdparty%2Fpdns.git syncres.hh: pragma once --- diff --git a/pdns/syncres.hh b/pdns/syncres.hh index 8ca201da8a..2be1a8f739 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