777026ca2d
Approved by: portmgr (marcus)
12 lines
219 B
C++
12 lines
219 B
C++
--- ./sources/slist.h.orig Fri Dec 10 15:20:49 1999
|
|
+++ ./sources/slist.h Tue Aug 16 23:25:00 2005
|
|
@@ -3,7 +3,7 @@
|
|
#ifndef SLIST_H
|
|
#define SLIST_H
|
|
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
|
|
|
|
template<class T>
|