mirror of
https://github.com/luanti-org/luanti.git
synced 2026-01-13 04:35:28 +01:00
Clean up header includes (#16674)
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "json-forwards.h"
|
||||
#include <ostream>
|
||||
|
||||
namespace Json { class Value; }
|
||||
|
||||
void fastWriteJson(const Json::Value &value, std::ostream &to);
|
||||
|
||||
std::string fastWriteJson(const Json::Value &value);
|
||||
|
||||
Reference in New Issue
Block a user