aboutsummaryrefslogtreecommitdiff
path: root/net/arts++/files/patch-classes::include::ArtsPortMatrixEntry.hh
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
commit60aab665670e50cb18bba45ee25f2ed091759741 (patch)
tree924c1af9c149083e0626ceb279b67ad6ca69e630 /net/arts++/files/patch-classes::include::ArtsPortMatrixEntry.hh
parentab7ba5abd2606b7e7d23d2359bb0a26004d0eec0 (diff)
downloadports-60aab665670e50cb18bba45ee25f2ed091759741.tar.gz
ports-60aab665670e50cb18bba45ee25f2ed091759741.zip
Notes
Diffstat (limited to 'net/arts++/files/patch-classes::include::ArtsPortMatrixEntry.hh')
-rw-r--r--net/arts++/files/patch-classes::include::ArtsPortMatrixEntry.hh23
1 files changed, 0 insertions, 23 deletions
diff --git a/net/arts++/files/patch-classes::include::ArtsPortMatrixEntry.hh b/net/arts++/files/patch-classes::include::ArtsPortMatrixEntry.hh
deleted file mode 100644
index d099e0d46687..000000000000
--- a/net/arts++/files/patch-classes::include::ArtsPortMatrixEntry.hh
+++ /dev/null
@@ -1,23 +0,0 @@
---- ./classes/include/ArtsPortMatrixEntry.hh.orig Mon Oct 2 13:05:18 2000
-+++ ./classes/include/ArtsPortMatrixEntry.hh Wed Sep 25 16:38:10 2002
-@@ -50,15 +50,16 @@
- }
-
- #ifdef HAVE_IOSTREAM
-- #include <iostream>
-+# include <iostream>
-+ using namespace std;
- #else
-- #include <iostream.h>
-+# include <iostream.h>
- #endif
-
- #ifdef HAVE_IOMANIP
-- #include <iomanip>
-+# include <iomanip>
- #else
-- #include <iomanip.h>
-+# include <iomanip.h>
- #endif
-
- //---------------------------------------------------------------------------