From: Pieter Lexis Date: Wed, 5 Apr 2017 11:05:21 +0000 (+0200) Subject: cachecleaner.hh: pragma once X-Git-Tag: rec-4.1.0-alpha1~166^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7135447c686a0b40db40a889e70c17493fa9c35;p=thirdparty%2Fpdns.git cachecleaner.hh: pragma once --- diff --git a/pdns/cachecleaner.hh b/pdns/cachecleaner.hh index f691683210..0e746fa5e0 100644 --- a/pdns/cachecleaner.hh +++ b/pdns/cachecleaner.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_CACHECLEANER_HH -#define PDNS_CACHECLEANER_HH +#pragma once #include "lock.hh" @@ -193,5 +192,3 @@ template uint64_t purgeExactLockedCollection(T& mc, const DNSName& return delcount; } - -#endif