aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future/fwd.h
diff options
context:
space:
mode:
authorNikita Petrenko <npetrenko97@gmail.com>2022-02-10 16:50:57 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:57 +0300
commitaa72317474c8df5627f69271ae16f4237e5d3612 (patch)
treed7e630df3de42aabad50283b0f94db75d86ccaa1 /library/cpp/threading/future/fwd.h
parent5532ae5e5914329418d821bdad60854ab1f3222c (diff)
downloadydb-aa72317474c8df5627f69271ae16f4237e5d3612.tar.gz
Restoring authorship annotation for Nikita Petrenko <npetrenko97@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/threading/future/fwd.h')
-rw-r--r--library/cpp/threading/future/fwd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/threading/future/fwd.h b/library/cpp/threading/future/fwd.h
index 0cd25dd288..1bee52239f 100644
--- a/library/cpp/threading/future/fwd.h
+++ b/library/cpp/threading/future/fwd.h
@@ -1,7 +1,7 @@
#pragma once
-#include "core/fwd.h"
-
+#include "core/fwd.h"
+
namespace NThreading {
template <typename TR = void, bool IgnoreException = false>
class TLegacyFuture;