diff options
| -rw-r--r-- | yt/yt/client/api/rpc_proxy/client_impl.cpp | 2 | ||||
| -rw-r--r-- | yt/yt/client/driver/driver.cpp | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/yt/yt/client/api/rpc_proxy/client_impl.cpp b/yt/yt/client/api/rpc_proxy/client_impl.cpp index 346a2c875fd..2d4a4c8a35d 100644 --- a/yt/yt/client/api/rpc_proxy/client_impl.cpp +++ b/yt/yt/client/api/rpc_proxy/client_impl.cpp @@ -54,9 +54,9 @@ using namespace NChaosClient; using namespace NChunkClient; using namespace NConcurrency; using namespace NObjectClient; +using namespace NQueueClient; using namespace NRpc; using namespace NScheduler; -using namespace NQueueClient; using namespace NTableClient; using namespace NTabletClient; using namespace NTransactionClient; diff --git a/yt/yt/client/driver/driver.cpp b/yt/yt/client/driver/driver.cpp index 561eb836fba..19a0f3bdc5a 100644 --- a/yt/yt/client/driver/driver.cpp +++ b/yt/yt/client/driver/driver.cpp @@ -1,7 +1,7 @@ #include "driver.h" -#include "authentication_commands.h" #include "admin_commands.h" +#include "authentication_commands.h" #include "bundle_controller_commands.h" #include "chaos_commands.h" #include "command.h" @@ -10,15 +10,15 @@ #include "distributed_table_commands.h" #include "etc_commands.h" #include "file_commands.h" +#include "flow_commands.h" +#include "internal_commands.h" #include "journal_commands.h" +#include "proxy_discovery_cache.h" +#include "query_commands.h" #include "queue_commands.h" #include "scheduler_commands.h" #include "table_commands.h" #include "transaction_commands.h" -#include "internal_commands.h" -#include "proxy_discovery_cache.h" -#include "query_commands.h" -#include "flow_commands.h" #include <yt/yt/client/api/client_cache.h> #include <yt/yt/client/api/connection.h> |
