From b1dc9c3a2f7e55c9afc5bf2d5b465371b048e14f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Aug 2016 16:38:33 +0100 Subject: Remove all use of stringstream in an attempt to fix the suspected thread-unsafe crash bugs on OS X. --- src/lib/update_checker.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/update_checker.cc') diff --git a/src/lib/update_checker.cc b/src/lib/update_checker.cc index e6ee851a0..6c1217f86 100644 --- a/src/lib/update_checker.cc +++ b/src/lib/update_checker.cc @@ -22,7 +22,6 @@ #include "version.h" #include "util.h" #include "raw_convert.h" -#include #include #include #include -- cgit v1.2.3