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,8 +1,7 @@
|
||||
#include "iostream"
|
||||
#include "../common/cli/eqemu_command_handler.h"
|
||||
|
||||
#ifndef EQEMU_WORLD_SERVER_COMMAND_HANDLER_H
|
||||
#define EQEMU_WORLD_SERVER_COMMAND_HANDLER_H
|
||||
#pragma once
|
||||
|
||||
#include "common/cli/eqemu_command_handler.h"
|
||||
|
||||
class WorldserverCLI {
|
||||
public:
|
||||
@@ -27,6 +26,3 @@ public:
|
||||
static void TestStringBenchmarkCommand(int argc, char **argv, argh::parser &cmd, std::string &description);
|
||||
static void EtlGetSettings(int argc, char **argv, argh::parser &cmd, std::string &description);
|
||||
};
|
||||
|
||||
|
||||
#endif //EQEMU_WORLD_SERVER_COMMAND_HANDLER_H
|
||||
|
||||
Reference in New Issue
Block a user