aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/utils/ihex.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/include/uhdlib/utils/ihex.hpp')
-rw-r--r--host/lib/include/uhdlib/utils/ihex.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/host/lib/include/uhdlib/utils/ihex.hpp b/host/lib/include/uhdlib/utils/ihex.hpp
index 58e4d5637..687b1276c 100644
--- a/host/lib/include/uhdlib/utils/ihex.hpp
+++ b/host/lib/include/uhdlib/utils/ihex.hpp
@@ -5,8 +5,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
//
-#ifndef INCLUDED_IHEX_READER_HPP
-#define INCLUDED_IHEX_READER_HPP
+#pragma once
#include <stdint.h>
#include <functional>
@@ -64,5 +63,3 @@ private:
};
}; /* namespace uhd */
-
-#endif /* INCLUDED_IHEX_READER_HPP */