aboutsummaryrefslogtreecommitdiff
path: root/backends/wince
diff options
context:
space:
mode:
authorMax Horn2004-04-09 15:10:23 +0000
committerMax Horn2004-04-09 15:10:23 +0000
commit8a69ffc46c57fb550b5b50a724b908e404bc3c67 (patch)
treeac88deb742ef652e1487c35f8170dbceec8d262b /backends/wince
parenta05c6e5406da6457cc492cff8e0a212d092e8577 (diff)
downloadscummvm-rg350-8a69ffc46c57fb550b5b50a724b908e404bc3c67.tar.gz
scummvm-rg350-8a69ffc46c57fb550b5b50a724b908e404bc3c67.tar.bz2
scummvm-rg350-8a69ffc46c57fb550b5b50a724b908e404bc3c67.zip
Renamed template class 'List' to 'Array', since that is really what it is (a resizable array, not a linked list)
svn-id: r13520
Diffstat (limited to 'backends/wince')
-rw-r--r--backends/wince/CEkeys/KeysBuffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/wince/CEkeys/KeysBuffer.h b/backends/wince/CEkeys/KeysBuffer.h
index b8c56109d0..05da70296a 100644
--- a/backends/wince/CEkeys/KeysBuffer.h
+++ b/backends/wince/CEkeys/KeysBuffer.h
@@ -25,7 +25,6 @@
#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
-#include "common/list.h"
#include "Key.h"