Skip to content

Commit

Permalink
Removed useless includes (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
domwst authored Dec 25, 2023
1 parent 7ca436e commit 2d412df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
3 changes: 0 additions & 3 deletions ydb/library/actors/wilson/wilson_trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
#include <ydb/library/actors/core/monotonic.h>
#include <ydb/library/actors/protos/actors.pb.h>

#include <library/cpp/string_utils/base64/base64.h>

#include <util/random/random.h>
#include <util/random/fast.h>
#include <util/stream/output.h>
#include <util/string/printf.h>

#include <array>

Expand Down
9 changes: 5 additions & 4 deletions ydb/services/bg_tasks/abstract/interface.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#pragma once
#include <ydb/core/base/events.h>
#include <ydb/services/bg_tasks/protos/container.pb.h>
#include <ydb/library/actors/core/events.h>
#include <ydb/library/actors/core/log.h>
#include <ydb/library/services/services.pb.h>
#include <ydb/services/bg_tasks/protos/container.pb.h>

#include <ydb/library/actors/core/events.h>
#include <library/cpp/object_factory/object_factory.h>
#include <library/cpp/json/writer/json_value.h>
#include <library/cpp/json/json_reader.h>
#include <ydb/library/actors/core/log.h>
#include <library/cpp/object_factory/object_factory.h>
#include <library/cpp/string_utils/base64/base64.h>

namespace NKikimr::NBackgroundTasks {

Expand Down

0 comments on commit 2d412df

Please sign in to comment.