--- ./sources/dlist.h.orig Tue Dec 14 13:48:01 1999 +++ ./sources/dlist.h Tue Aug 16 22:50:10 2005 @@ -3,7 +3,7 @@ #ifndef DLIST_H #define DLIST_H -#include <iostream.h> +#include <iostream> template<class T>