summaryrefslogtreecommitdiffstats
path: root/src/common/logging
diff options
context:
space:
mode:
authorDaniel Lim Wee Soong <weesoong.lim@gmail.com>2018-03-22 14:53:51 +0100
committerDaniel Lim Wee Soong <weesoong.lim@gmail.com>2018-03-22 14:53:51 +0100
commit8529d84f31f94502d97a43a723275049c2cb79d7 (patch)
tree36a7b241f57c36b6eda626529e1bb4a400259e46 /src/common/logging
parentChange "yuzu starting..." to be logged with the new macro (diff)
downloadyuzu-8529d84f31f94502d97a43a723275049c2cb79d7.tar
yuzu-8529d84f31f94502d97a43a723275049c2cb79d7.tar.gz
yuzu-8529d84f31f94502d97a43a723275049c2cb79d7.tar.bz2
yuzu-8529d84f31f94502d97a43a723275049c2cb79d7.tar.lz
yuzu-8529d84f31f94502d97a43a723275049c2cb79d7.tar.xz
yuzu-8529d84f31f94502d97a43a723275049c2cb79d7.tar.zst
yuzu-8529d84f31f94502d97a43a723275049c2cb79d7.zip
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 31fa932fb..7f6d2ade8 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -4,7 +4,6 @@
#pragma once
-#include <chrono>
#include <fmt/format.h>
#include "common/common_types.h"