mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 15:40:09 +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_STREAMING_JNI_COMMON_H
|
||||
#define RAY_STREAMING_JNI_COMMON_H
|
||||
#pragma once
|
||||
|
||||
#include <jni.h>
|
||||
#include <string>
|
||||
@@ -104,4 +103,3 @@ std::shared_ptr<ray::RayFunction> FunctionDescriptorToRayFunction(
|
||||
void ParseChannelInitParameters(
|
||||
JNIEnv *env, jobject param_obj,
|
||||
std::vector<ray::streaming::ChannelCreationParameter> ¶meter_vec);
|
||||
#endif // RAY_STREAMING_JNI_COMMON_H
|
||||
|
||||
Reference in New Issue
Block a user