C++11 and whitespace cleanups.
[dcpomatic.git] / src / lib / log.cc
index 97b6498938cc1f0992c76829b3e4f1110b4a9f14..aae492faffd07826517d237150e48550dc0748c1 100644 (file)
@@ -24,9 +24,9 @@
  */
 
 
-#include "log.h"
-#include "cross.h"
 #include "config.h"
+#include "cross.h"
+#include "log.h"
 #include "string_log_entry.h"
 #include <time.h>
 #include <cstdio>
 #include "i18n.h"
 
 
-using std::string;
 using std::cout;
-using std::shared_ptr;
 using std::make_shared;
+using std::shared_ptr;
+using std::string;
 
 
 Log::Log ()