From 04fe775be6f272f367d1156f29564eed11fbe059 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 13 Feb 2018 21:52:25 +0100 Subject: [PATCH] siglent-sds: Drop currently unused #include. This causes some compile errors on platforms where RPC is not available, e.g. siglent-sds/api.c:25:21: fatal error: rpc/rpc.h: No such file or directory Surrounding the #include (and later code) with "#if HAVE_RPC" should avoid these compile errors, but since it's not used at all for now, drop it. --- src/hardware/siglent-sds/api.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hardware/siglent-sds/api.c b/src/hardware/siglent-sds/api.c index 310c9fd0..01430234 100644 --- a/src/hardware/siglent-sds/api.c +++ b/src/hardware/siglent-sds/api.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include