diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-18 23:48:22 -0400 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 02:23:33 -0400 |
commit | 8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb (patch) | |
tree | 515c7dc2e52bda8afa9244f1808cd9a6d5bfb671 /src/common/logging/backend.cpp | |
parent | ade596121bc834502c63cdedcd8f68a1f490599d (diff) |
common: Reduce unused includes
Diffstat (limited to 'src/common/logging/backend.cpp')
-rw-r--r-- | src/common/logging/backend.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 4a2462ec4a..b3793106da 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -5,10 +5,8 @@ #include <atomic> #include <chrono> #include <climits> -#include <exception> #include <stop_token> #include <thread> -#include <vector> #include <fmt/format.h> |