Skip to content

Commit

Permalink
fix: build after imports refactoring (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoBorzi authored Jul 28, 2024
1 parent bcfee99 commit f95746b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/DuelReset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#include "DuelReset.h"
#include "GameTime.h"
#include "Pet.h"
#include "SpellMgr.h"

DuelReset* DuelReset::instance()
{
Expand Down
3 changes: 0 additions & 3 deletions src/DuelReset.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#ifndef _DUELRESET_H_
#define _DUELRESET_H_

#include "Common.h"
#include "Player.h"
#include "Pet.h"
#include "SpellInfo.h"
#include "Config.h"
#include <unordered_map>

Expand Down

0 comments on commit f95746b

Please sign in to comment.