summaryrefslogtreecommitdiff
path: root/math/xgfe/files/patch-gnuInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/xgfe/files/patch-gnuInterface.h')
-rw-r--r--math/xgfe/files/patch-gnuInterface.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/math/xgfe/files/patch-gnuInterface.h b/math/xgfe/files/patch-gnuInterface.h
deleted file mode 100644
index 7ceaaf4f7938..000000000000
--- a/math/xgfe/files/patch-gnuInterface.h
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -u gnuInterface.h.orig gnuInterface.h
---- gnuInterface.h.orig Wed Sep 30 04:26:59 1998
-+++ gnuInterface.h Thu Oct 30 21:42:04 2003
-@@ -35,15 +35,17 @@
- #define gnuInterface_included
-
- #include <string>
--#include <iostream.h>
--#include <fstream.h>
--#include <strstream.h>
-+#include <iostream>
-+#include <fstream>
-+#include <sstream>
- #include <stdio.h>
- #include "gnuPlotFile.h"
- #include "gnuPlotFunction.h"
- #include "gnuMultiFile.h"
- #include "gnuMultiFunc.h"
- #include "gnuCurveFit.h"
-+
-+using namespace std;
-
- class gnuInterface
- {