From 11ce0f91abcaa66bcbdc8423ef322b2fbd614d0b Mon Sep 17 00:00:00 2001 From: Daniel Lim Wee Soong Date: Thu, 22 Mar 2018 21:42:02 +0800 Subject: [PATCH] Remove dependency chrono Was included last time due to adding Entry into log.h Now it is no longer needed but I forgot to remove it last time --- 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 de83a9c19..c72f925f5 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -4,7 +4,6 @@ #pragma once -#include #include #include "common/common_types.h"