aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include
diff options
context:
space:
mode:
authorLane Kolbly <lane.kolbly@ni.com>2020-04-07 15:33:19 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2020-04-08 15:16:06 -0500
commita2ce2facc7330fca15f0bac374563f79fb3e85fb (patch)
tree65b89dd6c3f0f3bc4ccf7dfc897d2f8c892bc519 /host/lib/include
parent5802a362f83bba3959a260ea9e00e4c65cf9508f (diff)
downloaduhd-a2ce2facc7330fca15f0bac374563f79fb3e85fb.tar.gz
uhd-a2ce2facc7330fca15f0bac374563f79fb3e85fb.tar.bz2
uhd-a2ce2facc7330fca15f0bac374563f79fb3e85fb.zip
uhd: Add missing include guards
Diffstat (limited to 'host/lib/include')
-rw-r--r--host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp2
-rw-r--r--host/lib/include/uhdlib/utils/eeprom_utils.hpp2
-rw-r--r--host/lib/include/uhdlib/utils/system_time.hpp2
3 files changed, 6 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp b/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp
index 69577b9e4..c3a6bd507 100644
--- a/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp
+++ b/host/lib/include/uhdlib/rfnoc/radio_control_impl.hpp
@@ -4,6 +4,8 @@
// SPDX-License-Identifier: GPL-3.0-or-later
//
+#pragma once
+
#include <uhd/rfnoc/defaults.hpp>
#include <uhd/rfnoc/multichan_register_iface.hpp>
#include <uhd/rfnoc/radio_control.hpp>
diff --git a/host/lib/include/uhdlib/utils/eeprom_utils.hpp b/host/lib/include/uhdlib/utils/eeprom_utils.hpp
index 53390b200..d3be4c03c 100644
--- a/host/lib/include/uhdlib/utils/eeprom_utils.hpp
+++ b/host/lib/include/uhdlib/utils/eeprom_utils.hpp
@@ -4,6 +4,8 @@
// SPDX-License-Identifier: GPL-3.0-or-later
//
+#pragma once
+
#include <uhd/types/byte_vector.hpp>
#include <uhd/types/dict.hpp>
#include <uhd/types/mac_addr.hpp>
diff --git a/host/lib/include/uhdlib/utils/system_time.hpp b/host/lib/include/uhdlib/utils/system_time.hpp
index 1465460d2..e69750466 100644
--- a/host/lib/include/uhdlib/utils/system_time.hpp
+++ b/host/lib/include/uhdlib/utils/system_time.hpp
@@ -4,6 +4,8 @@
// SPDX-License-Identifier: GPL-3.0+
//
+#pragma once
+
#include <uhd/types/time_spec.hpp>
namespace uhd {