C++11 tidying.
[dcpomatic.git] / src / lib / string_log_entry.cc
index 517ca090c21166f62277029348db44a01da1ff73..3022b4e5b4ef559ddd8c7bfd590313c186df470a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "string_log_entry.h"
-#include "safe_stringstream.h"
 
 #include "i18n.h"
 
+
 using std::string;
 
+
 StringLogEntry::StringLogEntry (int type, string message)
        : LogEntry (type)
        , _message (message)