mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-22 08:16:42 +00:00
Switch include guards to #pragma once.
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
// Copyright © 2020 Thomas Harte. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef Struct_hpp
|
||||
#define Struct_hpp
|
||||
#pragma once
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdarg>
|
||||
@@ -428,5 +427,3 @@ template <typename Type> Type get(const Struct &target, const std::string &name,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif /* Struct_hpp */
|
||||
|
||||
Reference in New Issue
Block a user