summaryrefslogtreecommitdiff
path: root/src/lib/stdout_log.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-09 16:29:21 +0100
committerCarl Hetherington <cth@carlh.net>2022-01-09 16:29:21 +0100
commit92b7d1cffbd0d457f8b4b23cc72937bcf8e5ed5e (patch)
treeb175db682422765468991702e8563bcd89713b70 /src/lib/stdout_log.cc
parent7392cb8383c9b857edad5f99eaf917ed70da237d (diff)
Tidying.
Diffstat (limited to 'src/lib/stdout_log.cc')
-rw-r--r--src/lib/stdout_log.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/stdout_log.cc b/src/lib/stdout_log.cc
index 50278906f..a09bd2e08 100644
--- a/src/lib/stdout_log.cc
+++ b/src/lib/stdout_log.cc
@@ -19,14 +19,14 @@
*/
-#include "stdout_log.h"
#include "config.h"
+#include "stdout_log.h"
#include <iostream>
using std::cout;
-using std::string;
using std::shared_ptr;
+using std::string;
StdoutLog::StdoutLog ()