Skip to content

Commit

Permalink
fix: remove more unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashi committed Apr 27, 2022
1 parent 031cec9 commit 58ce7c9
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 24 deletions.
3 changes: 0 additions & 3 deletions Code/server/Services/CalendarService.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#include <stdafx.h>

#include <Services/CalendarService.h>

#include <GameServer.h>
#include <World.h>
#include <Components.h>

#include <Events/UpdateEvent.h>
#include <Events/PlayerJoinEvent.h>
Expand Down
2 changes: 0 additions & 2 deletions Code/server/Services/CharacterService.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#include <Services/CharacterService.h>
#include <Components.h>
#include <GameServer.h>
Expand Down
1 change: 0 additions & 1 deletion Code/server/Services/InventoryService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <World.h>
#include <GameServer.h>

#include <Messages/RequestObjectInventoryChanges.h>
#include <Messages/NotifyObjectInventoryChanges.h>
#include <Messages/RequestInventoryChanges.h>
#include <Messages/NotifyInventoryChanges.h>
Expand Down
2 changes: 0 additions & 2 deletions Code/server/Services/MagicService.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#include <Services/MagicService.h>

#include <Components.h>
#include <GameServer.h>
#include <World.h>
#include <Game/OwnerView.h>

#include <Messages/SpellCastRequest.h>
#include <Messages/InterruptCastRequest.h>
Expand Down
4 changes: 0 additions & 4 deletions Code/server/Services/OverlayService.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
#include <Components.h>
#include <GameServer.h>

#include <Scripts/Player.h>
#include <Services/OverlayService.h>

#include <Messages/NotifyChatMessageBroadcast.h>
#include <Messages/SendChatMessageRequest.h>

#include <Events/PlayerEnterWorldEvent.h>

#include <regex>

OverlayService::OverlayService(World& aWorld, entt::dispatcher& aDispatcher)
Expand Down
2 changes: 0 additions & 2 deletions Code/server/Services/PartyService.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#include <Services/PartyService.h>
#include <Components.h>
#include <GameServer.h>
Expand Down
2 changes: 0 additions & 2 deletions Code/server/Services/PlayerService.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#include "Events/CharacterInteriorCellChangeEvent.h"
#include "Events/CharacterExteriorCellChangeEvent.h"
#include "Events/PlayerLeaveCellEvent.h"
Expand Down
2 changes: 0 additions & 2 deletions Code/server/Services/QuestService.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#include <GameServer.h>
#include <Components.h>

Expand Down
2 changes: 0 additions & 2 deletions Code/server/Services/ScriptService.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#include <Services/ScriptService.h>
#include <Services/CalendarService.h>
#include <World.h>
Expand Down
4 changes: 0 additions & 4 deletions Code/server/Services/ServerListService.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


#include <Events/PlayerJoinEvent.h>
#include <Events/PlayerLeaveEvent.h>
#include <Events/UpdateEvent.h>
Expand All @@ -9,8 +7,6 @@
#include <console/Setting.h>
#include <future>

#include <Components.h>

#define CPPHTTPLIB_OPENSSL_SUPPORT
#include <httplib.h>

Expand Down

0 comments on commit 58ce7c9

Please sign in to comment.