citra-emu
/
citra-canary
Archived
1
0
Fork 0

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
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"