Everywhere: Switch to #pragma once, add missing copyright headers

This commit is contained in:
Riyyi
2022-07-22 13:04:04 +02:00
parent bba2b30cbb
commit 8345f67c50
26 changed files with 58 additions and 107 deletions
+1 -4
View File
@@ -4,8 +4,7 @@
* SPDX-License-Identifier: MIT
*/
#ifndef UTIL_JSON_VALUE_H
#define UTIL_JSON_VALUE_H
#pragma once
#include <cstddef> // nullptr_t, size_t
#include <cstdint> // uint32_t
@@ -148,5 +147,3 @@ inline Json::Value operator"" _json(const char* input, size_t length)
{
return Json::Value::parse(std::string(input, length));
}
#endif // UTIL_JSON_VALUE_H