mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* 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
14 lines
370 B
Diff
14 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
|
|
--
|