summaryrefslogtreecommitdiff
path: root/src/lib/string_log_entry.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-10 16:38:33 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-12 09:13:51 +0100
commitb1dc9c3a2f7e55c9afc5bf2d5b465371b048e14f (patch)
tree9968238c6c0511f044e6fcdb4abcc08b5eb28f27 /src/lib/string_log_entry.cc
parent4a0ae92e28d7d1f0dd648d1b620efc324fdef161 (diff)
Remove all use of stringstream in an attempt to fix
the suspected thread-unsafe crash bugs on OS X.
Diffstat (limited to 'src/lib/string_log_entry.cc')
-rw-r--r--src/lib/string_log_entry.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/string_log_entry.cc b/src/lib/string_log_entry.cc
index 69c1130fb..3ee9b5c4c 100644
--- a/src/lib/string_log_entry.cc
+++ b/src/lib/string_log_entry.cc
@@ -19,7 +19,6 @@
*/
#include "string_log_entry.h"
-#include <locked_sstream.h>
#include "i18n.h"