aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/lwtrace/probe.h
diff options
context:
space:
mode:
authorasorotsky <asorotsky@yandex-team.ru>2022-02-10 16:47:33 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:33 +0300
commiteb540cc7a103419462d0cc870ca403966e2194c6 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/lwtrace/probe.h
parent80f0a6b4102e3b2c89f23935c7690409033ea24c (diff)
downloadydb-eb540cc7a103419462d0cc870ca403966e2194c6.tar.gz
Restoring authorship annotation for <asorotsky@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/lwtrace/probe.h')
-rw-r--r--library/cpp/lwtrace/probe.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/lwtrace/probe.h b/library/cpp/lwtrace/probe.h
index 31cf4974c9..31fa282da3 100644
--- a/library/cpp/lwtrace/probe.h
+++ b/library/cpp/lwtrace/probe.h
@@ -5,11 +5,11 @@
#include "rwspinlock.h"
#include "shuttle.h"
-#include <util/datetime/cputimer.h>
-#include <util/generic/hide_ptr.h>
+#include <util/datetime/cputimer.h>
+#include <util/generic/hide_ptr.h>
#include <util/generic/scope.h>
-#include <util/system/atomic.h>
-
+#include <util/system/atomic.h>
+
namespace NLWTrace {
// Represents a chain (linked list) of steps for execution of a trace query block
// NOTE: different executor objects are used on different probes (even for the same query block)