mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +08:00
[core] Move plasma store under object_manager (#8832)
* move plasma under object directory * update include paths * cleanup * disable lint of third-party libraries * lint
This commit is contained in:
@@ -29,16 +29,14 @@
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#include "absl/time/clock.h"
|
||||
#include "plasma/client.h"
|
||||
|
||||
#include "ray/common/id.h"
|
||||
#include "ray/common/ray_config.h"
|
||||
#include "ray/common/status.h"
|
||||
|
||||
#include "ray/object_manager/format/object_manager_generated.h"
|
||||
#include "ray/object_manager/object_buffer_pool.h"
|
||||
#include "ray/object_manager/object_directory.h"
|
||||
#include "ray/object_manager/object_store_notification_manager.h"
|
||||
#include "ray/object_manager/plasma/client.h"
|
||||
#include "ray/rpc/object_manager/object_manager_client.h"
|
||||
#include "ray/rpc/object_manager/object_manager_server.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user