aboutsummaryrefslogtreecommitdiff
path: root/math/xgfe/files/patch-gnuPlotFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/xgfe/files/patch-gnuPlotFunction.h')
-rw-r--r--math/xgfe/files/patch-gnuPlotFunction.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/xgfe/files/patch-gnuPlotFunction.h b/math/xgfe/files/patch-gnuPlotFunction.h
deleted file mode 100644
index d1bdebafb22d..000000000000
--- a/math/xgfe/files/patch-gnuPlotFunction.h
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -u gnuPlotFunction.h.orig gnuPlotFunction.h
---- gnuPlotFunction.h.orig Sat Mar 21 04:30:33 1998
-+++ gnuPlotFunction.h Thu Oct 30 21:42:04 2003
-@@ -27,7 +27,9 @@
- #define gnuPlotFunction_included
-
- #include <string>
--#include <iostream.h>
-+#include <iostream>
-+
-+using namespace std;
-
- class gnuPlotFunction
- {