aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/experts
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/include/uhdlib/experts')
-rw-r--r--host/lib/include/uhdlib/experts/expert_container.hpp5
-rw-r--r--host/lib/include/uhdlib/experts/expert_factory.hpp5
-rw-r--r--host/lib/include/uhdlib/experts/expert_nodes.hpp5
3 files changed, 3 insertions, 12 deletions
diff --git a/host/lib/include/uhdlib/experts/expert_container.hpp b/host/lib/include/uhdlib/experts/expert_container.hpp
index 0beae5504..a0245d598 100644
--- a/host/lib/include/uhdlib/experts/expert_container.hpp
+++ b/host/lib/include/uhdlib/experts/expert_container.hpp
@@ -5,8 +5,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
//
-#ifndef INCLUDED_UHD_EXPERTS_EXPERT_CONTAINER_HPP
-#define INCLUDED_UHD_EXPERTS_EXPERT_CONTAINER_HPP
+#pragma once
#include <uhd/config.hpp>
#include <uhd/utils/noncopyable.hpp>
@@ -192,5 +191,3 @@ private:
};
}} // namespace uhd::experts
-
-#endif /* INCLUDED_UHD_EXPERTS_EXPERT_CONTAINER_HPP */
diff --git a/host/lib/include/uhdlib/experts/expert_factory.hpp b/host/lib/include/uhdlib/experts/expert_factory.hpp
index 47308d046..4568abd61 100644
--- a/host/lib/include/uhdlib/experts/expert_factory.hpp
+++ b/host/lib/include/uhdlib/experts/expert_factory.hpp
@@ -5,8 +5,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
//
-#ifndef INCLUDED_UHD_EXPERTS_EXPERT_FACTORY_HPP
-#define INCLUDED_UHD_EXPERTS_EXPERT_FACTORY_HPP
+#pragma once
#include <uhd/config.hpp>
#include <uhd/property_tree.hpp>
@@ -346,5 +345,3 @@ public:
}
};
}} // namespace uhd::experts
-
-#endif /* INCLUDED_UHD_EXPERTS_EXPERT_FACTORY_HPP */
diff --git a/host/lib/include/uhdlib/experts/expert_nodes.hpp b/host/lib/include/uhdlib/experts/expert_nodes.hpp
index b9a0f57bd..7b8a62110 100644
--- a/host/lib/include/uhdlib/experts/expert_nodes.hpp
+++ b/host/lib/include/uhdlib/experts/expert_nodes.hpp
@@ -5,8 +5,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
//
-#ifndef INCLUDED_UHD_EXPERTS_EXPERT_NODES_HPP
-#define INCLUDED_UHD_EXPERTS_EXPERT_NODES_HPP
+#pragma once
#include <uhd/config.hpp>
#include <uhd/exception.hpp>
@@ -549,5 +548,3 @@ private:
};
}} // namespace uhd::experts
-
-#endif /* INCLUDED_UHD_EXPERTS_EXPERT_NODE_HPP */