mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
11 lines
218 B
C++
11 lines
218 B
C++
--- ./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>
|
|
|