aboutsummaryrefslogtreecommitdiffstats
path: root/www/galeon/files/patch-src::mozilla::TOCProtocolHandler.cpp
blob: 4b1e4a29f1b6542f7e2eae28089e815295f3c4c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

$FreeBSD$

--- src/mozilla/TOCProtocolHandler.cpp  2001/10/16 07:21:34 1.1
+++ src/mozilla/TOCProtocolHandler.cpp  2001/10/16 07:21:49
@@ -21,13 +21,7 @@
 #include "outputbuffer.h"
 
 #include <algorithm>
-#if (GCC_VERSION < VERSION2(3,0)) && (GCC_VERSION >= VERSION2(2,95))
-#include <g++-3/string>
-#elif (GCC_VERSION < VERSION2(3,0)) && (GCC_VERSION > VERSION2(2,90))
-#include <g++-2/string>
-#else
 #include <string>
-#endif
 #include <list>
 #include <dirent.h>
 #include <sys/stat.h>