From: Uwe Hermann Date: Tue, 13 Feb 2018 20:52:25 +0000 (+0100) Subject: siglent-sds: Drop currently unused #include. X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=04fe775be6f272f367d1156f29564eed11fbe059;p=libsigrok.git 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. --- 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