mirror of
https://github.com/wassname/ray.git
synced 2026-07-19 11:27:32 +08:00
Convert include guard to pragma once (#8957)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _STREAMING_QUEUE_CLIENT_H_
|
||||
#define _STREAMING_QUEUE_CLIENT_H_
|
||||
#pragma once
|
||||
|
||||
#include "queue_handler.h"
|
||||
#include "transport.h"
|
||||
|
||||
@@ -50,4 +50,3 @@ class WriterClient {
|
||||
};
|
||||
} // namespace streaming
|
||||
} // namespace ray
|
||||
#endif
|
||||
Reference in New Issue
Block a user