normalize includes: ucs

This commit is contained in:
brainiac
2025-12-18 00:27:40 -08:00
committed by Alex
parent b7fcee632e
commit ed2344dc99
12 changed files with 110 additions and 143 deletions
+5 -6
View File
@@ -15,11 +15,12 @@
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
#include "../common/net/servertalk_client_connection.h"
#include "../common/eq_packet_structs.h"
#pragma once
#include "common/eq_packet_structs.h"
#include "common/net/servertalk_client_connection.h"
#include <memory>
class WorldServer
@@ -33,5 +34,3 @@ private:
std::unique_ptr<EQ::Net::ServertalkClient> m_connection;
};
#endif