normalize includes: queryserv

This commit is contained in:
brainiac
2025-12-17 09:34:27 -08:00
committed by Alex
parent 227553337e
commit 91defcad99
14 changed files with 101 additions and 108 deletions
+5 -6
View File
@@ -15,12 +15,13 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef WORLDSERVER_H
#define WORLDSERVER_H
#pragma once
#include "common/eq_packet_structs.h"
#include "common/net/servertalk_client_connection.h"
#include <mutex>
#include "../common/eq_packet_structs.h"
#include "../common/net/servertalk_client_connection.h"
class WorldServer {
public:
@@ -38,5 +39,3 @@ private:
std::unique_ptr<EQ::Net::ServertalkClient> m_connection;
};
#endif