From cc3a585e37cf58b61cbea599cc4de93cf713834b Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 5 Oct 2024 08:14:27 -0600 Subject: compiles --- libcr_ipc/include/libcr_ipc/chan.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcr_ipc') diff --git a/libcr_ipc/include/libcr_ipc/chan.h b/libcr_ipc/include/libcr_ipc/chan.h index 551684d..bc6163c 100644 --- a/libcr_ipc/include/libcr_ipc/chan.h +++ b/libcr_ipc/include/libcr_ipc/chan.h @@ -7,8 +7,7 @@ #ifndef _COROUTINE_CHAN_H_ #define _COROUTINE_CHAN_H_ -#include -#include +#include /** * A cr_chan_t(val_t) is a simple unbuffered (Go-like) channel that -- cgit v1.2.3-2-g168b