mirror of
https://github.com/wassname/ray.git
synced 2026-07-15 11:25:40 +08:00
Convert include guard to pragma once (#8957)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef RAY_STREAMING_CONFIG_H
|
||||
#define RAY_STREAMING_CONFIG_H
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
@@ -67,4 +66,3 @@ class StreamingConfig {
|
||||
};
|
||||
} // namespace streaming
|
||||
} // namespace ray
|
||||
#endif // RAY_STREAMING_CONFIG_H
|
||||
|
||||
Reference in New Issue
Block a user