diff options
Diffstat (limited to 'math/surf/files/patch-misc::Misc.h')
-rw-r--r-- | math/surf/files/patch-misc::Misc.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/surf/files/patch-misc::Misc.h b/math/surf/files/patch-misc::Misc.h deleted file mode 100644 index 60b3963565c1..000000000000 --- a/math/surf/files/patch-misc::Misc.h +++ /dev/null @@ -1,13 +0,0 @@ ---- misc/Misc.h.orig Tue Jul 22 16:14:35 2003 -+++ misc/Misc.h Tue Jul 22 16:14:59 2003 -@@ -26,7 +26,9 @@ - #ifndef MISC_H - #define MISC_H - --#include <strstream.h> -+#include <strstream> -+ -+using std::ostrstream; - - class Misc - { |