diff options
author | Max Horn | 2004-02-05 11:59:06 +0000 |
---|---|---|
committer | Max Horn | 2004-02-05 11:59:06 +0000 |
commit | 407c489cc4bd3f5849bdda47d95783d6af5d1b61 (patch) | |
tree | 4ae717a9d9dc8b6a724f14583b4cfa82a001f80d /gui/message.cpp | |
parent | b2e7d9ed0076eafe498c69dcbad00a6fe91188e1 (diff) | |
download | scummvm-rg350-407c489cc4bd3f5849bdda47d95783d6af5d1b61.tar.gz scummvm-rg350-407c489cc4bd3f5849bdda47d95783d6af5d1b61.tar.bz2 scummvm-rg350-407c489cc4bd3f5849bdda47d95783d6af5d1b61.zip |
removed obsolete #include's
svn-id: r12729
Diffstat (limited to 'gui/message.cpp')
-rw-r--r-- | gui/message.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/message.cpp b/gui/message.cpp index f73da74967..206f145cdf 100644 --- a/gui/message.cpp +++ b/gui/message.cpp @@ -20,7 +20,6 @@ #include "stdafx.h" #include "common/str.h" -#include "common/list.h" #include "gui/message.h" #include "gui/newgui.h" #include "gui/widget.h" |