aboutsummaryrefslogtreecommitdiff
path: root/libc/src/gpu/rpc_host_call.cpp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2023-07-19 15:23:25 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2023-07-19 15:26:14 -0500
commit480e3e353c73f2d01a9b9f77fec6812ad60b8d92 (patch)
tree21a0a01731bd16b9d418130ad18e1f3987cbf729 /libc/src/gpu/rpc_host_call.cpp
parent78c9122ac9ad5562d65852eb38322f131cffbfd6 (diff)
downloadllvm-480e3e353c73f2d01a9b9f77fec6812ad60b8d92.zip
llvm-480e3e353c73f2d01a9b9f77fec6812ad60b8d92.tar.gz
llvm-480e3e353c73f2d01a9b9f77fec6812ad60b8d92.tar.bz2
[libc][NFC] Move the RPC types to the `rpc_client.h` header
Summary: Simple cleanup of the interface so we do not depend on the installed headers and get everything we need just including rpc_client.h.
Diffstat (limited to 'libc/src/gpu/rpc_host_call.cpp')
-rw-r--r--libc/src/gpu/rpc_host_call.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/src/gpu/rpc_host_call.cpp b/libc/src/gpu/rpc_host_call.cpp
index 67b839d..b39bef6 100644
--- a/libc/src/gpu/rpc_host_call.cpp
+++ b/libc/src/gpu/rpc_host_call.cpp
@@ -8,7 +8,6 @@
#include "src/gpu/rpc_host_call.h"
-#include "llvm-libc-types/rpc_opcodes_t.h"
#include "src/__support/GPU/utils.h"
#include "src/__support/RPC/rpc_client.h"
#include "src/__support/common.h"