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/log.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/log.cc') diff --git a/src/lib/log.cc b/src/lib/log.cc index c8ba74f23..e3ffd1cad 100644 --- a/src/lib/log.cc +++ b/src/lib/log.cc @@ -26,7 +26,6 @@ #include "cross.h" #include "config.h" #include "string_log_entry.h" -#include #include #include -- cgit v1.2.3