mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 10:28:23 +00:00
normalize includes: gm commands
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#ifndef EQEMU_DOOR_MANIPULATION_H
|
||||
#define EQEMU_DOOR_MANIPULATION_H
|
||||
#pragma once
|
||||
|
||||
#include "../client.h"
|
||||
#include "../../common/repositories/tool_game_objects_repository.h"
|
||||
#include "common/repositories/tool_game_objects_repository.h"
|
||||
#include "zone/client.h"
|
||||
|
||||
class DoorManipulation {
|
||||
|
||||
@@ -18,6 +17,3 @@ public:
|
||||
std::vector<ToolGameObjectsRepository::ToolGameObjects> game_objects
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
#endif //EQEMU_DOOR_MANIPULATION_H
|
||||
|
||||
Reference in New Issue
Block a user