refactor(src/server/database|shared): remove unused import (#20316)

This commit is contained in:
Francesco Borzì
2024-10-28 10:04:42 +01:00
committed by GitHub
parent 4b59c867e1
commit 2317004417
9 changed files with 6 additions and 4 deletions
+1
View File
@@ -18,6 +18,7 @@
#ifndef _LOG_H__ #ifndef _LOG_H__
#define _LOG_H__ #define _LOG_H__
#include "IoContext.h"
#include "Define.h" #include "Define.h"
#include "LogCommon.h" #include "LogCommon.h"
#include "StringFormat.h" #include "StringFormat.h"
@@ -27,7 +27,6 @@
#include "PreparedStatement.h" #include "PreparedStatement.h"
#include "QueryCallback.h" #include "QueryCallback.h"
#include "QueryResult.h"
#include "Transaction.h" #include "Transaction.h"
/// Accessor to the world database /// Accessor to the world database
+1
View File
@@ -20,6 +20,7 @@
#include "DatabaseEnv.h" #include "DatabaseEnv.h"
#include "Define.h" #include "Define.h"
#include "QueryResult.h"
#include <filesystem> #include <filesystem>
#include <string> #include <string>
+1
View File
@@ -20,6 +20,7 @@
#include "DatabaseEnv.h" #include "DatabaseEnv.h"
#include "Log.h" #include "Log.h"
#include "Timer.h" #include "Timer.h"
#include "QueryResult.h"
#include <list> #include <list>
namespace AddonMgr namespace AddonMgr
@@ -19,6 +19,7 @@
#include "DatabaseEnv.h" #include "DatabaseEnv.h"
#include "GridDefines.h" #include "GridDefines.h"
#include "Log.h" #include "Log.h"
#include "QueryResult.h"
WaypointMgr::WaypointMgr() WaypointMgr::WaypointMgr()
{ {
@@ -18,7 +18,6 @@
#ifndef __ASYNCACCEPT_H_ #ifndef __ASYNCACCEPT_H_
#define __ASYNCACCEPT_H_ #define __ASYNCACCEPT_H_
#include "IoContext.h"
#include "IpAddress.h" #include "IpAddress.h"
#include "Log.h" #include "Log.h"
#include <atomic> #include <atomic>
@@ -24,10 +24,8 @@
#include "IoContext.h" #include "IoContext.h"
#include "Log.h" #include "Log.h"
#include "Socket.h" #include "Socket.h"
#include "Timer.h"
#include <atomic> #include <atomic>
#include <boost/asio/ip/tcp.hpp> #include <boost/asio/ip/tcp.hpp>
#include <chrono>
#include <memory> #include <memory>
#include <mutex> #include <mutex>
#include <set> #include <set>
+1
View File
@@ -21,6 +21,7 @@
#include "IoContext.h" #include "IoContext.h"
#include "Log.h" #include "Log.h"
#include "Resolver.h" #include "Resolver.h"
#include "QueryResult.h"
#include "Util.h" #include "Util.h"
#include <boost/asio/ip/tcp.hpp> #include <boost/asio/ip/tcp.hpp>
+1
View File
@@ -22,6 +22,7 @@
#include "Realm.h" #include "Realm.h"
#include <array> #include <array>
#include <map> #include <map>
#include <memory>
#include <vector> #include <vector>
struct RealmBuildInfo struct RealmBuildInfo