]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/snmp-agent.hh
Replace include guard ifdef/define with pragma once
[thirdparty/pdns.git] / pdns / snmp-agent.hh
index 5d693bb6bc100a8500e7d9a60fda68ac750b3f7d..c304aad47c3c4b1dfd673e4c0bc16ae5fa71863d 100644 (file)
@@ -1,6 +1,4 @@
-#ifndef SNMP_AGENT_HH
-#define SNMP_AGENT_HH
-
+#pragma once
 #include "config.h"
 
 #include <string>
@@ -62,5 +60,3 @@ private:
 
   std::thread d_thread;
 };
-
-#endif /* SNMP_AGENT_HH */