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
This commit is contained in:
Daniel Lim Wee Soong 2018-03-22 21:53:51 +08:00
parent 47f96fe13a
commit 8529d84f31
1 changed files with 0 additions and 1 deletions

View File

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