mirror of
https://github.com/wassname/ray.git
synced 2026-08-09 12:20:09 +08:00
Convert include guard to pragma once (#8957)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef RAY_STREAMING_EVENT_SERVER_H
|
||||
#define RAY_STREAMING_EVENT_SERVER_H
|
||||
#pragma once
|
||||
|
||||
#include <condition_variable>
|
||||
#include <mutex>
|
||||
#include <queue>
|
||||
@@ -139,4 +139,3 @@ class EventService {
|
||||
};
|
||||
} // namespace streaming
|
||||
} // namespace ray
|
||||
#endif // RAY_STREAMING_EVENT_SERVER_H
|
||||
|
||||
Reference in New Issue
Block a user