Browse Source

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.
pull/258/head
Robin Eklind 7 years ago committed by Anders Jenbo
parent
commit
d16f603537
  1. 1
      Source/interfac.cpp
  2. 1
      Source/pack.cpp
  3. 1
      Source/player.cpp
  4. 1
      Source/scrollrt.cpp
  5. 1
      Source/track.cpp

1
Source/interfac.cpp

@ -1,5 +1,4 @@
#include "diablo.h"
#include "../3rdParty/Storm/Source/storm.h"
DEVILUTION_BEGIN_NAMESPACE

1
Source/pack.cpp

@ -1,5 +1,4 @@
#include "diablo.h"
#include "../3rdParty/Storm/Source/storm.h"
DEVILUTION_BEGIN_NAMESPACE

1
Source/player.cpp

@ -1,5 +1,4 @@
#include "diablo.h"
#include "../3rdParty/Storm/Source/storm.h"
DEVILUTION_BEGIN_NAMESPACE

1
Source/scrollrt.cpp

@ -1,5 +1,4 @@
#include "diablo.h"
#include "../3rdParty/Storm/Source/storm.h"
DEVILUTION_BEGIN_NAMESPACE

1
Source/track.cpp

@ -1,5 +1,4 @@
#include "diablo.h"
#include "../3rdParty/Storm/Source/storm.h"
DEVILUTION_BEGIN_NAMESPACE

Loading…
Cancel
Save