]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/lazy_allocator.hh
Merge pull request #9073 from pieterlexis/runtime-dirs-virtual-hosting
[thirdparty/pdns.git] / pdns / lazy_allocator.hh
index 68ba53619ecf14ac7ce932b1bb27fabad475ca69..986f91bdaed8c0f22dad20c14d5f7968a461a15d 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 LAZY_ALLOCATOR_HH
-#define LAZY_ALLOCATOR_HH
-
+#pragma once
 #include <cstddef>
 #include <utility>
 #include <type_traits>
@@ -86,5 +84,3 @@ template <typename T> inline
 bool operator!= (lazy_allocator<T> const&, lazy_allocator<T> const&) noexcept {
     return false;
 }
-
-#endif // LAZY_ALLOCATOR_HH