diff options
Diffstat (limited to 'mail/ftrack/files/patch-hpp-ustr.hpp')
-rw-r--r-- | mail/ftrack/files/patch-hpp-ustr.hpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/ftrack/files/patch-hpp-ustr.hpp b/mail/ftrack/files/patch-hpp-ustr.hpp deleted file mode 100644 index b189a97f2b7d..000000000000 --- a/mail/ftrack/files/patch-hpp-ustr.hpp +++ /dev/null @@ -1,20 +0,0 @@ ---- hpp/ustr.hpp.orig Fri Aug 19 17:22:08 2005 -+++ hpp/ustr.hpp Fri Aug 19 17:22:52 2005 -@@ -24,7 +24,9 @@ - - #include <stddef.h> - #include <ctype.h> --#include <iostream.h> -+#include <iostream> -+ -+using namespace std; - - class Str { - private: -@@ -81,4 +83,4 @@ - - - --#endif -\ No newline at end of file -+#endif |