X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=device.c;h=17505e26a59e60a44b7b7e50f3db8f3630499759;hp=2a5d14a2a7267138498c1d1942e23fb2de02a0ec;hb=662a1e27fa9573a35a6f9a6f699dee2be447826a;hpb=c6fa2b2e53d04462bd9fd0033b99e9165323762a diff --git a/device.c b/device.c index 2a5d14a..17505e2 100644 --- a/device.c +++ b/device.c @@ -17,10 +17,10 @@ * along with this program. If not, see . */ -#include "sigrok-cli.h" -#include "config.h" #include #include +#include "sigrok-cli.h" +#include "config.h" extern struct sr_context *sr_ctx; @@ -86,4 +86,3 @@ struct sr_channel_group *select_channel_group(struct sr_dev_inst *sdi) return NULL; } -