mirror of
https://github.com/wassname/ray.git
synced 2026-07-20 12:40:20 +08:00
Convert include guard to pragma once (#8957)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef _STREAMING_QUEUE_TRANSPORT_H_
|
||||
#define _STREAMING_QUEUE_TRANSPORT_H_
|
||||
#pragma once
|
||||
|
||||
#include "ray/common/id.h"
|
||||
#include "ray/core_worker/core_worker.h"
|
||||
@@ -66,4 +65,3 @@ class Transport {
|
||||
};
|
||||
} // namespace streaming
|
||||
} // namespace ray
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user