Take Film pointer out of Content.
[dcpomatic.git] / src / lib / log.cc
index b7edd4e29d93d0a0cde0c9c87f1c77e5b11fecea..8f7794aed8f48cb265eda768a8b954cb07280bf8 100644 (file)
@@ -25,7 +25,6 @@
 #include "log.h"
 #include "cross.h"
 #include "config.h"
-#include "safe_stringstream.h"
 #include "string_log_entry.h"
 #include <time.h>
 #include <cstdio>
@@ -36,6 +35,8 @@ using std::string;
 using std::cout;
 using boost::shared_ptr;
 
+boost::shared_ptr<Log> dcpomatic_log;
+
 Log::Log ()
        : _types (0)
 {