]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/packetcache.hh
Replace include guard ifdef/define with pragma once
[thirdparty/pdns.git] / pdns / packetcache.hh
index 7b2f1a8b38b6551b08a6179944450704d6ff4ed8..7dd0c8828e5f03a3b34414a25ae966e391c74dd5 100644 (file)
@@ -19,9 +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 PACKETCACHE_HH
-#define PACKETCACHE_HH
-
+#pragma once
 #include "ednsoptions.hh"
 #include "misc.hh"
 #include "iputils.hh"
@@ -148,5 +146,3 @@ public:
   }
 
 };
-
-#endif /* PACKETCACHE_HH */