From cb29ef04e7f2c9aa521dcc20abba13345736dc30 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 23 Jun 2009 01:57:53 +0000 Subject: [PATCH] clean up --- src/escape_string.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/escape_string.cpp b/src/escape_string.cpp index 2190123c0..0578cd46c 100644 --- a/src/escape_string.cpp +++ b/src/escape_string.cpp @@ -46,16 +46,14 @@ POSSIBILITY OF SUCH DAMAGE. #include "libtorrent/escape_string.hpp" #include "libtorrent/parse_url.hpp" +#ifdef TORRENT_WINDOWS #if TORRENT_USE_WPATH - -#ifdef BOOST_WINDOWS #include #endif +#endif #include "libtorrent/utf8.hpp" -#endif - #if TORRENT_USE_LOCALE_FILENAMES #include #include