]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/mtasker.hh
builder: avoid config change prompts on each pdns-recursor update
[thirdparty/pdns.git] / pdns / mtasker.hh
index 0365e756a2690c25ba9141ba7960bc866f532872..bff0eca0ff1c5f77e88b1e4a2a8f1a0cf1214c67 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 MTASKER_HH
-#define MTASKER_HH
+#pragma once
 #include <stdint.h>
 #include <queue>
 #include <vector>
@@ -136,6 +135,3 @@ private:
   EventKey d_eventkey;   // for waitEvent, contains exact key it was awoken for
 };
 #include "mtasker.cc"
-
-#endif // MTASKER_HH
-