Convert to pragma once
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
//
|
||||
// See the doc(http.jsonencode) to read about limitations of the encoder.
|
||||
//
|
||||
#ifndef JSON_HPP
|
||||
#define JSON_HPP
|
||||
#pragma once
|
||||
|
||||
#include "luastack.hpp"
|
||||
#include "wrap-string.hpp"
|
||||
@@ -30,5 +29,4 @@ namespace json {
|
||||
bool decode(LuaCoreStack &LS, LuaSlot out, std::string_view in);
|
||||
}
|
||||
|
||||
#endif // JSON_HPP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user