diff options
author | asorotsky <asorotsky@yandex-team.ru> | 2022-02-10 16:47:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:33 +0300 |
commit | 80f0a6b4102e3b2c89f23935c7690409033ea24c (patch) | |
tree | d37ae19cf2360516f71e010c02f3fd8fc6b22999 /library/cpp/lwtrace/control.h | |
parent | 9f1d4466bb653173233b0e47d2cbda7f46995f92 (diff) | |
download | ydb-80f0a6b4102e3b2c89f23935c7690409033ea24c.tar.gz |
Restoring authorship annotation for <asorotsky@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/lwtrace/control.h')
-rw-r--r-- | library/cpp/lwtrace/control.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/lwtrace/control.h b/library/cpp/lwtrace/control.h index 16b24eafd2d..8f4393b64e2 100644 --- a/library/cpp/lwtrace/control.h +++ b/library/cpp/lwtrace/control.h @@ -1,15 +1,15 @@ #pragma once -#include "custom_action.h" -#include "event.h" -#include "log.h" +#include "custom_action.h" +#include "event.h" +#include "log.h" #include "log_shuttle.h" -#include "probe.h" - +#include "probe.h" + #include <library/cpp/lwtrace/protos/lwtrace.pb.h> - + #include <google/protobuf/repeated_field.h> - + #include <util/generic/deque.h> #include <util/generic/hash.h> #include <util/generic/noncopyable.h> |