diff options
Diffstat (limited to 'textproc/word2x/files/patch-strip.cc')
-rw-r--r-- | textproc/word2x/files/patch-strip.cc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/textproc/word2x/files/patch-strip.cc b/textproc/word2x/files/patch-strip.cc deleted file mode 100644 index 8532cbb51a66..000000000000 --- a/textproc/word2x/files/patch-strip.cc +++ /dev/null @@ -1,15 +0,0 @@ ---- strip.cc.orig Sun May 9 23:50:49 1999 -+++ strip.cc Wed Mar 31 21:15:43 2004 -@@ -16,9 +16,9 @@ - #ifdef HAVE_CTYPE_H - #include <ctype.h> - #endif /* HAVE_CTYPE_H */ --#include <stream.h> --#include <iostream.h> --#include <fstream.h> -+#include <iostream> -+#include <fstream> -+using namespace std; - #include "strip.h" - #include "tune.h" - |