mirror of
https://github.com/wassname/ray.git
synced 2026-07-23 13:10:11 +08:00
Convert include guard to pragma once (#8957)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef RAY_DATA_WRITER_H
|
||||
#define RAY_DATA_WRITER_H
|
||||
#pragma once
|
||||
|
||||
#include <cstring>
|
||||
#include <mutex>
|
||||
@@ -135,4 +134,3 @@ class DataWriter {
|
||||
};
|
||||
} // namespace streaming
|
||||
} // namespace ray
|
||||
#endif // RAY_DATA_WRITER_H
|
||||
|
||||
Reference in New Issue
Block a user