summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-20 15:31:25 -0400
committerLioncash <mathew1800@gmail.com>2018-07-20 15:31:27 -0400
commit7a1a860abe6a6032353209a3df3841ee574877a8 (patch)
tree8915e5513f3269d7842c87080f90be1db6f89309 /src/common/logging/backend.h
parent457d1b4490dbc293246f372532a81a9e90d366c4 (diff)
logging/backend: Add missing standard includes
A few inclusions were being satisfied indirectly. To prevent breakages in the future, include these directly.
Diffstat (limited to 'src/common/logging/backend.h')
-rw-r--r--src/common/logging/backend.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/logging/backend.h b/src/common/logging/backend.h
index 45609a535..b3f4b9cef 100644
--- a/src/common/logging/backend.h
+++ b/src/common/logging/backend.h
@@ -4,11 +4,9 @@
#pragma once
#include <chrono>
-#include <cstdarg>
#include <memory>
#include <string>
#include <string_view>
-#include <utility>
#include "common/file_util.h"
#include "common/logging/filter.h"
#include "common/logging/log.h"