From 8529d84f31f94502d97a43a723275049c2cb79d7 Mon Sep 17 00:00:00 2001
From: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
Date: Thu, 22 Mar 2018 21:53:51 +0800
Subject: [PATCH] Remove dependency chrono

Earlier chrono was included but after some code changed it was no longer needed

Forgot to remove it so I'm removing it now
---
 src/common/logging/log.h | 1 -
 1 file changed, 1 deletion(-)

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"