aboutsummaryrefslogtreecommitdiff
path: root/saga/script.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-08-12 21:39:11 +0000
committerEugene Sandulenko2004-08-12 21:39:11 +0000
commitec5d498703309e1bded1126442c361255d7226c8 (patch)
tree2f008149ce232d0646858ed4dae2af2ad8826ae9 /saga/script.cpp
parente31aa607306b7b32891d4dd65efe0c06e1c71793 (diff)
downloadscummvm-rg350-ec5d498703309e1bded1126442c361255d7226c8.tar.gz
scummvm-rg350-ec5d498703309e1bded1126442c361255d7226c8.tar.bz2
scummvm-rg350-ec5d498703309e1bded1126442c361255d7226c8.zip
Drop SSTACK_ in favor of common/stack.h implementation.
svn-id: r14566
Diffstat (limited to 'saga/script.cpp')
-rw-r--r--saga/script.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/saga/script.cpp b/saga/script.cpp
index 8147408db3..f87fedc72b 100644
--- a/saga/script.cpp
+++ b/saga/script.cpp
@@ -33,7 +33,6 @@
#include "saga/script_mod.h"
#include "saga/script.h"
-#include "saga/sstack.h"
#include "saga/sthread.h"
namespace Saga {