mirror of
https://github.com/TomHarte/CLK.git
synced 2025-11-01 11:16:16 +00:00
Switch include guards to #pragma once.
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
// Copyright © 2021 Thomas Harte. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef BitSpread_hpp
|
||||
#define BitSpread_hpp
|
||||
#pragma once
|
||||
|
||||
namespace Numeric {
|
||||
|
||||
@@ -33,5 +32,3 @@ constexpr uint8_t unspread_bits(uint16_t input) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif /* BitSpread_hpp */
|
||||
|
||||
Reference in New Issue
Block a user