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
+3 -5
View File
@@ -1,8 +1,7 @@
#ifndef DOORS_H
#define DOORS_H
#pragma once
#include "mob.h"
#include "../common/repositories/doors_repository.h"
#include "common/repositories/doors_repository.h"
#include "zone/mob.h"
class Client;
class Mob;
@@ -113,4 +112,3 @@ private:
uint32 m_client_version_mask;
bool m_is_blacklisted_to_open = false; // is door blacklisted to open by npcs
};
#endif