Convert include guard to pragma once (#8957)

This commit is contained in:
Siyuan (Ryans) Zhuang
2020-06-16 01:29:43 -07:00
committed by GitHub
parent cb6f337372
commit b68fede30b
163 changed files with 177 additions and 620 deletions
+1 -3
View File
@@ -1,5 +1,4 @@
#ifndef _STREAMING_QUEUE_TRANSPORT_H_
#define _STREAMING_QUEUE_TRANSPORT_H_
#pragma once
#include "ray/common/id.h"
#include "ray/core_worker/core_worker.h"
@@ -66,4 +65,3 @@ class Transport {
};
} // namespace streaming
} // namespace ray
#endif