aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Instances/InstanceScript.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-02-13 00:49:10 +0100
committerShauren <shauren.trinity@gmail.com>2022-02-13 00:49:10 +0100
commitad4f4bfab76b8a5f44d3b92ad38baaf0978a159d (patch)
tree386d00dce703fdb99efab035aec52469ec1d7228 /src/server/game/Instances/InstanceScript.h
parentb3f1563140bc3611747806a730e726099526ad4f (diff)
Core/Misc: Minor game include cleanup
Diffstat (limited to 'src/server/game/Instances/InstanceScript.h')
-rw-r--r--src/server/game/Instances/InstanceScript.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/Instances/InstanceScript.h b/src/server/game/Instances/InstanceScript.h
index f025a6b1b24..c93f22645c5 100644
--- a/src/server/game/Instances/InstanceScript.h
+++ b/src/server/game/Instances/InstanceScript.h
@@ -23,7 +23,6 @@
#include "Duration.h"
#include <iosfwd>
#include <map>
-#include <memory>
#include <set>
#define OUT_SAVE_INST_DATA TC_LOG_DEBUG("scripts", "Saving Instance Data for Instance %s (Map %d, Instance Id %d)", instance->GetMapName(), instance->GetId(), instance->GetInstanceId())