summaryrefslogtreecommitdiff
path: root/net-mgmt/arts++/files/patch-classes::include::ArtsHeader.hh
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/arts++/files/patch-classes::include::ArtsHeader.hh')
-rw-r--r--net-mgmt/arts++/files/patch-classes::include::ArtsHeader.hh20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-mgmt/arts++/files/patch-classes::include::ArtsHeader.hh b/net-mgmt/arts++/files/patch-classes::include::ArtsHeader.hh
deleted file mode 100644
index 29cedac68c2f..000000000000
--- a/net-mgmt/arts++/files/patch-classes::include::ArtsHeader.hh
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./classes/include/ArtsHeader.hh.orig Mon Oct 2 13:05:15 2000
-+++ ./classes/include/ArtsHeader.hh Wed Sep 25 16:46:54 2002
-@@ -50,11 +50,13 @@
- #include "caida_t.h"
- }
-
--#include <ostream.h>
--#ifdef HAVE_IOMANIP
-- #include <iomanip>
-+#ifdef HAVE_OSTREAM
-+# include <ostream>
-+# include <iomanip>
-+ using namespace std;
- #else
-- #include <iomanip.h>
-+# include <ostream.h>
-+# include <iomanip.h>
- #endif
-
- //---------------------------------------------------------------------------