mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-24 05:18:36 +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 Storage_State_SNA_hpp
|
||||
#define Storage_State_SNA_hpp
|
||||
#pragma once
|
||||
|
||||
#include "../../Analyser/Static/StaticAnalyser.hpp"
|
||||
|
||||
@@ -18,5 +17,3 @@ struct SNA {
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif /* Storage_State_SNA_hpp */
|
||||
|
||||
@@ -6,8 +6,7 @@
|
||||
// Copyright © 2021 Thomas Harte. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef Storage_State_SZX_hpp
|
||||
#define Storage_State_SZX_hpp
|
||||
#pragma once
|
||||
|
||||
#include "../../Analyser/Static/StaticAnalyser.hpp"
|
||||
|
||||
@@ -18,5 +17,3 @@ struct SZX {
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif /* Storage_State_SZX_hpp */
|
||||
|
||||
@@ -6,8 +6,7 @@
|
||||
// Copyright © 2021 Thomas Harte. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef Storage_State_Z80_hpp
|
||||
#define Storage_State_Z80_hpp
|
||||
#pragma once
|
||||
|
||||
#include "../../Analyser/Static/StaticAnalyser.hpp"
|
||||
|
||||
@@ -18,5 +17,3 @@ struct Z80 {
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif /* Storage_State_Z80_hpp */
|
||||
|
||||
Reference in New Issue
Block a user