mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Cleaned up worldserver includes a bit
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#ifndef _MASTER_H
|
||||
#define _MASTER_H
|
||||
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/asio/io_service.hpp>
|
||||
#include "Common.h"
|
||||
|
||||
/// Start the server
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
*/
|
||||
|
||||
#include <memory>
|
||||
#include <boost/asio.hpp>
|
||||
#include <RASession.h>
|
||||
#include <boost/asio/write.hpp>
|
||||
#include "RASession.h"
|
||||
|
||||
using boost::asio::ip::tcp;
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#define __RASESSION_H__
|
||||
|
||||
#include <memory>
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/asio/ip/tcp.hpp>
|
||||
#include "Common.h"
|
||||
|
||||
using boost::asio::ip::tcp;
|
||||
|
||||
Reference in New Issue
Block a user