aboutsummaryrefslogtreecommitdiffstats
path: root/host/include/uhd/utils/byteswap.ipp
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/uhd/utils/byteswap.ipp')
-rw-r--r--host/include/uhd/utils/byteswap.ipp5
1 files changed, 1 insertions, 4 deletions
diff --git a/host/include/uhd/utils/byteswap.ipp b/host/include/uhd/utils/byteswap.ipp
index 7e13d6260..85c11b8f4 100644
--- a/host/include/uhd/utils/byteswap.ipp
+++ b/host/include/uhd/utils/byteswap.ipp
@@ -5,8 +5,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
//
-#ifndef INCLUDED_UHD_UTILS_BYTESWAP_IPP
-#define INCLUDED_UHD_UTILS_BYTESWAP_IPP
+#pragma once
/***********************************************************************
* Platform-specific implementation details for byteswap below:
@@ -146,5 +145,3 @@ template <typename T> UHD_INLINE T htowx(T num)
}
} /* namespace uhd */
-
-#endif /* INCLUDED_UHD_UTILS_BYTESWAP_IPP */