summaryrefslogtreecommitdiff
path: root/src/BaseDisplay.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-12 22:45:28 +0000
committerDana Jansens <danakj@orodu.net>2002-05-12 22:45:28 +0000
commit6486b6457693414862fdc34ea07457ed5cbf0a0d (patch)
tree1659780f2c351d7d05b1da59e1e7461bd53805c4 /src/BaseDisplay.cc
parentd58f7b569e6c39fbeb96d55a139cd3a07ec3b5a7 (diff)
LinkedList->STL conversion completed. LinkedList is no longer use and it has been removed from the source tree.
Diffstat (limited to 'src/BaseDisplay.cc')
-rw-r--r--src/BaseDisplay.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/BaseDisplay.cc b/src/BaseDisplay.cc
index 901efea4..15c0c7e6 100644
--- a/src/BaseDisplay.cc
+++ b/src/BaseDisplay.cc
@@ -88,7 +88,6 @@
#include "i18n.h"
#include "BaseDisplay.h"
-#include "LinkedList.h"
#include "Timer.h"
#include <algorithm>