refactor(Scripts): remove unused imports (#19503)

This commit is contained in:
Francesco Borzì
2024-07-29 19:44:52 +02:00
committed by GitHub
parent 87f4adf634
commit 2dd53e3521
3 changed files with 0 additions and 3 deletions

View File

@@ -19,7 +19,6 @@
#define DEF_MOLTEN_CORE_H
#include "CreatureAIImpl.h"
#include "Object.h"
#define DataHeader "MC"

View File

@@ -15,7 +15,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "CreatureScript.h"
#include "InstanceMapScript.h"
#include "InstanceScript.h"
#include "Player.h"

View File

@@ -15,7 +15,6 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "CreatureScript.h"
#include "InstanceMapScript.h"
#include "InstanceScript.h"
#include "ObjectMgr.h"