aboutsummaryrefslogtreecommitdiffstats
path: root/host/include/uhd/transport/bounded_buffer.ipp
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/uhd/transport/bounded_buffer.ipp')
-rw-r--r--host/include/uhd/transport/bounded_buffer.ipp5
1 files changed, 1 insertions, 4 deletions
diff --git a/host/include/uhd/transport/bounded_buffer.ipp b/host/include/uhd/transport/bounded_buffer.ipp
index 16ce5f312..3e15fc03a 100644
--- a/host/include/uhd/transport/bounded_buffer.ipp
+++ b/host/include/uhd/transport/bounded_buffer.ipp
@@ -5,8 +5,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
//
-#ifndef INCLUDED_UHD_TRANSPORT_BOUNDED_BUFFER_IPP
-#define INCLUDED_UHD_TRANSPORT_BOUNDED_BUFFER_IPP
+#pragma once
#include <uhd/config.hpp>
#include <uhd/utils/noncopyable.hpp>
@@ -154,5 +153,3 @@ namespace uhd{ namespace transport{
};
}} //namespace
-
-#endif /* INCLUDED_UHD_TRANSPORT_BOUNDED_BUFFER_IPP */