aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arts++/files/patch-classes::include::ArtsFileUtil.hh
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/arts++/files/patch-classes::include::ArtsFileUtil.hh')
-rw-r--r--net-mgmt/arts++/files/patch-classes::include::ArtsFileUtil.hh20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-mgmt/arts++/files/patch-classes::include::ArtsFileUtil.hh b/net-mgmt/arts++/files/patch-classes::include::ArtsFileUtil.hh
deleted file mode 100644
index 77f3ff6a66e9..000000000000
--- a/net-mgmt/arts++/files/patch-classes::include::ArtsFileUtil.hh
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./classes/include/ArtsFileUtil.hh.orig Mon Oct 2 13:05:15 2000
-+++ ./classes/include/ArtsFileUtil.hh Wed Sep 25 16:38:10 2002
-@@ -43,9 +43,16 @@
- #ifndef _ARTSFILEUTIL_HH_
- #define _ARTSFILEUTIL_HH_
-
-+#include "artslocal.h"
-+
- #include <string>
- #include <vector>
--#include <fstream.h>
-+
-+#ifdef HAVE_FSTREAM
-+# include <fstream>
-+#else
-+# include <fstream.h>
-+#endif
-
- #include "ArtsProtocolTableAggregatorMap.hh"
- #include "ArtsInterfaceMatrixAggregatorMap.hh"