X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fatten-pps3xxx%2Fprotocol.c;h=8e678a16867ea7024ec84c0e18a03cc6d00e64ce;hb=3cd4b381744eb88fd4ba32565bd408c33b431629;hp=e7d9d810c1c6dbfc2e5bf410192ce898f01d135c;hpb=2eb1612d463e9232af437d9a6c1b3897da2367e9;p=libsigrok.git diff --git a/src/hardware/atten-pps3xxx/protocol.c b/src/hardware/atten-pps3xxx/protocol.c index e7d9d810..8e678a16 100644 --- a/src/hardware/atten-pps3xxx/protocol.c +++ b/src/hardware/atten-pps3xxx/protocol.c @@ -18,7 +18,6 @@ */ #include -#include #include "protocol.h" static void dump_packet(char *msg, uint8_t *packet) @@ -164,4 +163,3 @@ SR_PRIV int atten_pps3xxx_receive_data(int fd, int revents, void *cb_data) return TRUE; } -