aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/future
diff options
context:
space:
mode:
authorvadim-xd <vadim-xd@yandex-team.com>2025-04-06 11:51:44 +0300
committervadim-xd <vadim-xd@yandex-team.com>2025-04-06 12:28:01 +0300
commitd7b4d7accafff7ed13fff97c67be72720ee517e7 (patch)
tree311b8ec31632f62a1f37ddfbc559f36745ef973f /library/cpp/threading/future
parentf437f692d8bead26465db2d5663cacc8bd1971c3 (diff)
downloadydb-d7b4d7accafff7ed13fff97c67be72720ee517e7.tar.gz
Add more IWYU export pragmas in library/*
Followup for rXXXXXX - reduce false-positives of include cleaner commit_hash:03bb3b1817067ed576faa57c597737b01d63d2e4
Diffstat (limited to 'library/cpp/threading/future')
-rw-r--r--library/cpp/threading/future/future.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/threading/future/future.h b/library/cpp/threading/future/future.h
index 35db9abbe22..91ade3f6e50 100644
--- a/library/cpp/threading/future/future.h
+++ b/library/cpp/threading/future/future.h
@@ -1,4 +1,6 @@
#pragma once
+// IWYU pragma: begin_exports
#include "core/future.h"
#include "wait/wait.h"
+// IWYU pragma: end_exports