1
0
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:
Thomas Harte
2024-01-16 23:34:46 -05:00
parent a1f6f2c7f7
commit a3d37640aa
436 changed files with 447 additions and 1768 deletions

View File

@@ -6,8 +6,7 @@
// Copyright 2018 Thomas Harte. All rights reserved.
//
#ifndef DynamicMachine_h
#define DynamicMachine_h
#pragma once
#include "../Configurable/Configurable.hpp"
#include "../Activity/Source.hpp"
@@ -70,5 +69,3 @@ SpecialisedGet(MachineTypes::MediaTarget, media_target)
#undef SpecialisedGet
}
#endif /* DynamicMachine_h */