From d16f60353767ec19f7ed24834060504cade8efee Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Fri, 20 Sep 2019 10:52:37 +0200 Subject: [PATCH] all: remove unused storm imports While no storm functions are called from these source files it is determined that they included storm in the original source files as made visible by the inclusion of infinity in the data segments of the respective source files. ref: diasurgical/devilution#1695. --- Source/interfac.cpp | 1 - Source/pack.cpp | 1 - Source/player.cpp | 1 - Source/scrollrt.cpp | 1 - Source/track.cpp | 1 - 5 files changed, 5 deletions(-) diff --git a/Source/interfac.cpp b/Source/interfac.cpp index 56c2d208..19eb4190 100644 --- a/Source/interfac.cpp +++ b/Source/interfac.cpp @@ -1,5 +1,4 @@ #include "diablo.h" -#include "../3rdParty/Storm/Source/storm.h" DEVILUTION_BEGIN_NAMESPACE diff --git a/Source/pack.cpp b/Source/pack.cpp index e7388ed1..36e64f0e 100644 --- a/Source/pack.cpp +++ b/Source/pack.cpp @@ -1,5 +1,4 @@ #include "diablo.h" -#include "../3rdParty/Storm/Source/storm.h" DEVILUTION_BEGIN_NAMESPACE diff --git a/Source/player.cpp b/Source/player.cpp index e2d09e38..953f3b6b 100644 --- a/Source/player.cpp +++ b/Source/player.cpp @@ -1,5 +1,4 @@ #include "diablo.h" -#include "../3rdParty/Storm/Source/storm.h" DEVILUTION_BEGIN_NAMESPACE diff --git a/Source/scrollrt.cpp b/Source/scrollrt.cpp index 543bbfe4..15ba9c7a 100644 --- a/Source/scrollrt.cpp +++ b/Source/scrollrt.cpp @@ -1,5 +1,4 @@ #include "diablo.h" -#include "../3rdParty/Storm/Source/storm.h" DEVILUTION_BEGIN_NAMESPACE diff --git a/Source/track.cpp b/Source/track.cpp index 5ad937bc..43162e73 100644 --- a/Source/track.cpp +++ b/Source/track.cpp @@ -1,5 +1,4 @@ #include "diablo.h" -#include "../3rdParty/Storm/Source/storm.h" DEVILUTION_BEGIN_NAMESPACE