logging/log.h: move enum class formatter to a separate file ...

... to common/logging/formatter.h
This commit is contained in:
liushuyu 2022-01-08 21:42:11 -07:00
parent 54ef76d2c1
commit 479d57987c
6 changed files with 32 additions and 22 deletions

View file

@ -9,7 +9,7 @@
#include <string_view>
#include <utility>
#include <fmt/format.h>
#include "common/logging/formatter.h"
namespace Shader {