normalize includes: zone

This commit is contained in:
brainiac
2025-12-18 00:59:27 -08:00
committed by Alex
parent 552a908f92
commit 7fe49b5630
278 changed files with 2431 additions and 2901 deletions
+9 -15
View File
@@ -5,19 +5,16 @@ wraps a perl interpreter for use in eqemu
Eglin
*/
#ifndef EMBPERL_CPP
#define EMBPERL_CPP
#ifdef EMBPERL
#include "../common/global_define.h"
#include "../common/eqemu_logsys.h"
#include "common/eqemu_logsys.h"
#include "common/features.h"
#include "common/file.h"
#include "common/process/process.h"
#include "common/timer.h"
#include "zone/embperl.h"
#include <vector>
#include "embperl.h"
#include "../common/features.h"
#include "../common/process/process.h"
#include "../common/file.h"
#include "../common/timer.h"
#ifndef GvCV_set
#define GvCV_set(gv,cv) (GvCV(gv) = (cv))
@@ -354,8 +351,5 @@ XS(XS_EQEmuIO_PRINT)
XSRETURN_EMPTY;
}
#endif //EMBPERL_IO_CAPTURE
#endif //EMBPERL
#endif //EMBPERL_CPP
#endif // EMBPERL_IO_CAPTURE
#endif // EMBPERL