mirror of
https://github.com/wassname/ray.git
synced 2026-07-11 17:59:28 +08:00
Convert include guard to pragma once (#8957)
This commit is contained in:
committed by
GitHub
parent
cb6f337372
commit
b68fede30b
@@ -1,5 +1,4 @@
|
||||
#ifndef _STREAMING_QUEUE_MESSAGE_H_
|
||||
#define _STREAMING_QUEUE_MESSAGE_H_
|
||||
#pragma once
|
||||
|
||||
#include "protobuf/streaming_queue.pb.h"
|
||||
#include "ray/common/buffer.h"
|
||||
@@ -232,4 +231,3 @@ class TestCheckStatusRspMsg : public Message {
|
||||
|
||||
} // namespace streaming
|
||||
} // namespace ray
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user