diff options
Diffstat (limited to 'net/arts++/files/patch-classes::include::ArtsRttTimeSeriesTableData.hh')
-rw-r--r-- | net/arts++/files/patch-classes::include::ArtsRttTimeSeriesTableData.hh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/arts++/files/patch-classes::include::ArtsRttTimeSeriesTableData.hh b/net/arts++/files/patch-classes::include::ArtsRttTimeSeriesTableData.hh deleted file mode 100644 index 36ca49d7b4c6..000000000000 --- a/net/arts++/files/patch-classes::include::ArtsRttTimeSeriesTableData.hh +++ /dev/null @@ -1,18 +0,0 @@ ---- ./classes/include/ArtsRttTimeSeriesTableData.hh.orig Thu Oct 19 19:37:14 2000 -+++ ./classes/include/ArtsRttTimeSeriesTableData.hh Wed Sep 25 16:38:10 2002 -@@ -47,7 +47,15 @@ - #include <sys/time.h> - - #include "caida_t.h" -+#include "artslocal.h" - } -+ -+#ifdef HAVE_IOSTREAM -+# include <iostream> -+ using namespace std; -+#else -+# include <iostream.h> -+#endif - - #include <vector> - |