normalize includes: common

This commit is contained in:
brainiac
2025-12-17 09:32:44 -08:00
committed by Alex
parent 723ca13482
commit 451eb0806a
295 changed files with 1592 additions and 2009 deletions
+6 -32
View File
@@ -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