summaryrefslogtreecommitdiff
path: root/textproc/word2x/files/patch-strip.cc
blob: 8532cbb51a6643da12553ead70932f123fbdc6e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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"