mirror of
https://github.com/wassname/ray.git
synced 2026-09-22 13:30:36 +08:00
Convert include guard to pragma once (#8957)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef RAY_STREAMING_LOGGING_H
|
||||
#define RAY_STREAMING_LOGGING_H
|
||||
#pragma once
|
||||
|
||||
#include "ray/util/logging.h"
|
||||
|
||||
#define STREAMING_LOG RAY_LOG
|
||||
@@ -7,5 +7,3 @@
|
||||
namespace ray {
|
||||
namespace streaming {} // namespace streaming
|
||||
} // namespace ray
|
||||
|
||||
#endif // RAY_STREAMING_LOGGING_H
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef RAY_STREAMING_UTIL_H
|
||||
#define RAY_STREAMING_UTIL_H
|
||||
#pragma once
|
||||
|
||||
#include <boost/any.hpp>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
@@ -95,5 +95,3 @@ class Util {
|
||||
};
|
||||
} // namespace streaming
|
||||
} // namespace ray
|
||||
|
||||
#endif // RAY_STREAMING_UTIL_H
|
||||
|
||||
Reference in New Issue
Block a user