diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 00:23:48 -0400 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 15:01:31 -0400 |
commit | 923decae5a5098cb9d254e008ed61fc5e07ced38 (patch) | |
tree | ef6ab04916d896d8124b4d8a67494a2fa578a99e /src/common/logging/text_formatter.h | |
parent | 1bc7d61b5749ed29108cbbbf0a78a41b79504eff (diff) |
common: Reduce unused includes
Diffstat (limited to 'src/common/logging/text_formatter.h')
-rw-r--r-- | src/common/logging/text_formatter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/logging/text_formatter.h b/src/common/logging/text_formatter.h index 171e74cfe..92c0bf0c5 100644 --- a/src/common/logging/text_formatter.h +++ b/src/common/logging/text_formatter.h @@ -4,7 +4,6 @@ #pragma once -#include <cstddef> #include <string> namespace Common::Log { |