mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 02:00:12 +08:00
9948a3779d
* Get rid of 'index' lines in patches, which are unnecessary and likely wrong anyway (esp. when there are multiple patches) * Simplify patches to remove unnecessary context and make them more robust
15 lines
370 B
Diff
15 lines
370 B
Diff
diff --git cpp/src/plasma/client.cc cpp/src/plasma/client.cc
|
|
--- cpp/src/plasma/client.cc
|
|
+++ cpp/src/plasma/client.cc
|
|
@@ -22,4 +22,0 @@
|
|
-#ifdef _WIN32
|
|
-#include <Win32_Interop/win32_types.h>
|
|
-#endif
|
|
-
|
|
diff --git cpp/src/plasma/plasma.h cpp/src/plasma/plasma.h
|
|
--- cpp/src/plasma/plasma.h
|
|
+++ cpp/src/plasma/plasma.h
|
|
@@ -28,1 +28,0 @@
|
|
-#include <unistd.h> // pid_t
|
|
--
|