common/logging: Move Log::Entry declaration to a separate header

This reduces the load of requiring to include std::chrono in all files which include log.h
This commit is contained in:
ameerj 2023-06-24 10:01:54 +03:00 committed by GPUCode
parent 98e9f4c32e
commit 8f51dd9513
6 changed files with 37 additions and 18 deletions

View file

@ -84,6 +84,7 @@ add_library(citra_common STATIC
logging/filter.h
logging/formatter.h
logging/log.h
logging/log_entry.h
logging/text_formatter.cpp
logging/text_formatter.h
logging/types.h