summaryrefslogtreecommitdiff
path: root/math/topaz/files/patch-topaz::convtxt.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/topaz/files/patch-topaz::convtxt.h')
-rw-r--r--math/topaz/files/patch-topaz::convtxt.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/topaz/files/patch-topaz::convtxt.h b/math/topaz/files/patch-topaz::convtxt.h
deleted file mode 100644
index 23136297b63b..000000000000
--- a/math/topaz/files/patch-topaz::convtxt.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- topaz/convtxt.h.orig Wed Dec 4 23:02:26 2002
-+++ topaz/convtxt.h Fri Dec 27 04:33:13 2002
-@@ -25,6 +25,8 @@
- #define __convtxt_h
- #include <string>
-
-+using namespace std;
-+
- extern bool tosavetxt(char *in, string *out);
- extern bool fromsavetxt(char *in, string *out);
- extern char *topazfgets(char *s, int size, FILE *fp);