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
This commit is contained in:
Daniel Lim Wee Soong 2018-03-22 21:42:02 +08:00
parent 4adbf29b0c
commit 11ce0f91ab

View file

@ -4,7 +4,6 @@
#pragma once
#include <chrono>
#include <fmt/format.h>
#include "common/common_types.h"