aboutsummaryrefslogtreecommitdiff
path: root/common/stack.h
diff options
context:
space:
mode:
authorMax Horn2007-03-09 23:46:45 +0000
committerMax Horn2007-03-09 23:46:45 +0000
commit728d01cb1788a24383c0ffabba6428e35ba88148 (patch)
tree27f93cb2663cca4f6d4b59a660bf8acc7929a0cb /common/stack.h
parente8e33e8077194e19b3a019958cface772bec656f (diff)
downloadscummvm-rg350-728d01cb1788a24383c0ffabba6428e35ba88148.tar.gz
scummvm-rg350-728d01cb1788a24383c0ffabba6428e35ba88148.tar.bz2
scummvm-rg350-728d01cb1788a24383c0ffabba6428e35ba88148.zip
Removing some unnecessary #includes
svn-id: r26044
Diffstat (limited to 'common/stack.h')
-rw-r--r--common/stack.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/stack.h b/common/stack.h
index 2cc85388e0..127f8a5cf5 100644
--- a/common/stack.h
+++ b/common/stack.h
@@ -23,7 +23,6 @@
#define COMMON_STACK_H
#include "common/scummsys.h"
-#include <assert.h>
#include "common/array.h"
namespace Common {