]> sigrok.org Git - libsigrok.git/commit
siglent-sds: Drop currently unused <rpc/rpc.h> #include.
authorUwe Hermann <redacted>
Tue, 13 Feb 2018 20:52:25 +0000 (21:52 +0100)
committerUwe Hermann <redacted>
Tue, 13 Feb 2018 21:09:58 +0000 (22:09 +0100)
commit04fe775be6f272f367d1156f29564eed11fbe059
tree80edf8e9c4c257126de6d9c9507cfde31f5fcebd
parent563c246329cc406c911714f4846e36f6d9dabefa
siglent-sds: Drop currently unused <rpc/rpc.h> #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