mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
normalize includes: world
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#include "../world_server_cli.h"
|
||||
#include "../../common/database_schema.h"
|
||||
#include "../../common/json/json.h"
|
||||
#include "world/world_server_cli.h"
|
||||
|
||||
#include "common/database_schema.h"
|
||||
#include "common/json/json.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
void WorldserverCLI::DatabaseGetSchema(int argc, char **argv, argh::parser &cmd, std::string &description)
|
||||
{
|
||||
@@ -62,8 +65,5 @@ void WorldserverCLI::DatabaseGetSchema(int argc, char **argv, argh::parser &cmd,
|
||||
schema["version_tables"] = version_tables_json;
|
||||
schema["bot_tables"] = bot_tables_json;
|
||||
|
||||
std::stringstream payload;
|
||||
payload << schema;
|
||||
|
||||
std::cout << payload.str() << std::endl;
|
||||
std::cout << schema << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user