mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 20:18:33 +08:00
Convert include guard to pragma once (#8957)
This commit is contained in:
committed by
GitHub
parent
cb6f337372
commit
b68fede30b
@@ -1,5 +1,4 @@
|
||||
#ifndef RAY_DATA_READER_H
|
||||
#define RAY_DATA_READER_H
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <functional>
|
||||
@@ -128,4 +127,3 @@ class DataReader {
|
||||
};
|
||||
} // namespace streaming
|
||||
} // namespace ray
|
||||
#endif // RAY_DATA_READER_H
|
||||
|
||||
Reference in New Issue
Block a user