Skip to content

Commit

Permalink
refactor(Scripts): remove unused imports (azerothcore#19503)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi committed Jul 29, 2024
1 parent 87f4adf commit 2dd53e3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#define DEF_MOLTEN_CORE_H

#include "CreatureAIImpl.h"
#include "Object.h"

#define DataHeader "MC"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2dd53e3

Please sign in to comment.