aboutsummaryrefslogtreecommitdiff
path: root/src/common/logging/backend.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-03-18 23:48:22 -0400
committerameerj <52414509+ameerj@users.noreply.github.com>2022-03-19 02:23:33 -0400
commit8a8ea65faeda6fb1fa45eb3734b9a3b991477cdb (patch)
tree515c7dc2e52bda8afa9244f1808cd9a6d5bfb671 /src/common/logging/backend.h
parentade596121bc834502c63cdedcd8f68a1f490599d (diff)
common: Reduce unused includes
Diffstat (limited to 'src/common/logging/backend.h')
-rw-r--r--src/common/logging/backend.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/logging/backend.h b/src/common/logging/backend.h
index bf785f402e..a0e80fe3c1 100644
--- a/src/common/logging/backend.h
+++ b/src/common/logging/backend.h
@@ -4,7 +4,6 @@
#pragma once
-#include <filesystem>
#include "common/logging/filter.h"
namespace Common::Log {