mirror of
https://github.com/wassname/ray.git
synced 2026-07-25 13:30:52 +08:00
Convert include guard to pragma once (#8957)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef RAY_STREAMING_STATUS_H
|
||||
#define RAY_STREAMING_STATUS_H
|
||||
#pragma once
|
||||
|
||||
#include <ostream>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
@@ -43,5 +43,3 @@ static inline std::ostream &operator<<(std::ostream &os, const StreamingStatus &
|
||||
|
||||
} // namespace streaming
|
||||
} // namespace ray
|
||||
|
||||
#endif // RAY_STREAMING_STATUS_H
|
||||
|
||||
Reference in New Issue
Block a user