summaryrefslogtreecommitdiff
path: root/textproc/htmltolatex/files/patch-util.cpp
blob: 2d3409b99c07f2006835a720304cb09d0c39e5a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$FreeBSD$

--- util.cpp.orig	Fri Feb 21 03:47:33 2003
+++ util.cpp	Fri Feb 21 03:47:46 2003
@@ -18,6 +18,9 @@
  * Boston, MA 02111-1307, USA.
  *
  */
+
+using namespace std;
+
 #include "util.h"
 #include <map>
 #include <ctype.h>
@@ -35,7 +38,6 @@
 #include "fetch.h"
 }
 #endif
-using namespace std;
 
 static map<string,int> gsSpecialTable;