mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 23:40:26 +00:00
normalize includes: common
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
|
||||
#include "TEMPLATE.h"
|
||||
#include "../opcodemgr.h"
|
||||
#include "../logsys.h"
|
||||
#include "../eq_stream_ident.h"
|
||||
|
||||
#include "../eq_packet_structs.h"
|
||||
#include "TEMPLATE_structs.h"
|
||||
|
||||
#include "common/eq_packet_structs.h"
|
||||
#include "common/eq_stream_ident.h"
|
||||
#include "common/logsys.h"
|
||||
#include "common/opcodemgr.h"
|
||||
|
||||
namespace TEMPLATE {
|
||||
|
||||
static const char *name = "CHANGEME";
|
||||
@@ -146,30 +146,4 @@ DECODE(OP_SetServerFilter) {
|
||||
FINISH_DIRECT_DECODE();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
} //end namespace TEMPLATE
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
} // namespace TEMPLATE
|
||||
|
||||
Reference in New Issue
Block a user