]> granicus.if.org Git - pdns/commitdiff
syncres.hh: pragma once
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 16 Mar 2017 13:52:38 +0000 (14:52 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 4 Apr 2017 15:10:43 +0000 (17:10 +0200)
pdns/syncres.hh

index 8ca201da8a4cda7438fff9597c43c8d37b8d141d..2be1a8f739b49bd81b83628e0003eadf68c89e68 100644 (file)
@@ -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 <string>
 #include <atomic>
 #include "utility.hh"
@@ -763,5 +762,3 @@ extern SuffixMatchNode g_ednsdomains;
 #ifdef HAVE_PROTOBUF
 extern __thread boost::uuids::random_generator* t_uuidGenerator;
 #endif
-
-#endif