mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 02:38:45 +00:00
normalize includes: zone
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
#include "../common/features.h"
|
||||
#include "common/features.h"
|
||||
|
||||
#ifdef EMBPERL_XS_CLASSES
|
||||
|
||||
#include "../common/global_define.h"
|
||||
#include "embperl.h"
|
||||
#include "client.h"
|
||||
#include "dynamic_zone.h"
|
||||
#include "titles.h"
|
||||
#include "dialogue_window.h"
|
||||
#include "zone/client.h"
|
||||
#include "zone/dialogue_window.h"
|
||||
#include "zone/dynamic_zone.h"
|
||||
#include "zone/embperl.h"
|
||||
#include "zone/titles.h"
|
||||
|
||||
void Perl_Client_SendSound(Client* self) // @categories Script Utility
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user