From 9655b4a0ddaae4379faa90be22ff290c373a567a Mon Sep 17 00:00:00 2001 From: Alice Ogeda Date: Thu, 2 Feb 2023 02:39:34 -0300 Subject: [PATCH] remove unnecessary imports; --- src/world/Manager/ChatChannelMgr.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/world/Manager/ChatChannelMgr.cpp b/src/world/Manager/ChatChannelMgr.cpp index 1ab9b176..d7c99db6 100644 --- a/src/world/Manager/ChatChannelMgr.cpp +++ b/src/world/Manager/ChatChannelMgr.cpp @@ -1,8 +1,5 @@ #include #include -#include -#include -#include #include #include "ChatChannelMgr.h"