Everywhere: Switch to #pragma once, add missing copyright headers
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#ifndef UTIL_JSON_JSON_H
|
||||
#define UTIL_JSON_JSON_H
|
||||
#pragma once
|
||||
|
||||
#include "util/json/value.h"
|
||||
|
||||
@@ -14,5 +13,3 @@ namespace Util {
|
||||
using Json = Util::JSON::Value;
|
||||
|
||||
} // namespace Util
|
||||
|
||||
#endif // UTIL_JSON_JSON_H
|
||||
|
||||
Reference in New Issue
Block a user