1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-26 19:17:52 +00:00

Switch include guards to #pragma once.

This commit is contained in:
Thomas Harte
2024-01-16 23:34:46 -05:00
parent a1f6f2c7f7
commit a3d37640aa
436 changed files with 447 additions and 1768 deletions
+1 -4
View File
@@ -6,8 +6,7 @@
// Copyright © 2020 Thomas Harte. All rights reserved.
//
#ifndef InstructionSets_PowerPC_Decoder_hpp
#define InstructionSets_PowerPC_Decoder_hpp
#pragma once
#include "Instruction.hpp"
@@ -50,5 +49,3 @@ template <Model model, bool validate_reserved_bits = false> struct Decoder {
};
}
#endif /* InstructionSets_PowerPC_Decoder_hpp */