mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 02:18:26 +00:00
normalize includes: loginserver
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#ifndef EQEMU_LOGINSTRUCTURES_H
|
||||
#define EQEMU_LOGINSTRUCTURES_H
|
||||
#pragma once
|
||||
|
||||
#include "common/types.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#pragma pack(push)
|
||||
#pragma pack(1)
|
||||
|
||||
// unencrypted base message header in all packets
|
||||
@@ -161,5 +165,4 @@ namespace LS {
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
Reference in New Issue
Block a user