summaryrefslogtreecommitdiff
path: root/net-mgmt/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh')
-rw-r--r--net-mgmt/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-mgmt/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh b/net-mgmt/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh
deleted file mode 100644
index 6bc783ffca8d..000000000000
--- a/net-mgmt/arts++/files/patch-classes::include::ArtsNetMatrixEntry.hh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./classes/include/ArtsNetMatrixEntry.hh.orig Mon Oct 2 13:05:17 2000
-+++ ./classes/include/ArtsNetMatrixEntry.hh Wed Sep 25 16:38:10 2002
-@@ -51,9 +51,10 @@
- }
-
- #ifdef HAVE_IOSTREAM
-- #include <iostream>
-+# include <iostream>
-+ using namespace std;
- #else
-- #include <iostream.h>
-+# include <iostream.h>
- #endif
-
- #ifdef HAVE_IOMANIP