aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/transport/adapter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/include/uhdlib/transport/adapter.hpp')
-rw-r--r--host/lib/include/uhdlib/transport/adapter.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/host/lib/include/uhdlib/transport/adapter.hpp b/host/lib/include/uhdlib/transport/adapter.hpp
index 3d6d49575..9ffc2ef6c 100644
--- a/host/lib/include/uhdlib/transport/adapter.hpp
+++ b/host/lib/include/uhdlib/transport/adapter.hpp
@@ -4,8 +4,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
//
-#ifndef INCLUDED_UHDLIB_TRANSPORT_ADAPTER_HPP
-#define INCLUDED_UHDLIB_TRANSPORT_ADAPTER_HPP
+#pragma once
#include <uhdlib/transport/adapter_info.hpp>
#include <uhdlib/transport/udp_boost_asio_link.hpp>
@@ -29,5 +28,3 @@ private:
};
}} // namespace uhd::transport
-
-#endif /* INCLUDED_UHDLIB_TRANSPORT_ADAPTER_HPP */