Move Log.h to util/logs.hpp

This commit is contained in:
Nekotekina 2020-03-07 12:29:23 +03:00
parent a166d3680e
commit e4a81b1d13
25 changed files with 39 additions and 32 deletions

View file

@ -2,7 +2,7 @@
#include "JIT.h"
#include "StrFmt.h"
#include "File.h"
#include "Log.h"
#include "util/logs.hpp"
#include "mutex.h"
#include "sysinfo.h"
#include "VirtualMemory.h"