X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=device.c;fp=device.c;h=17505e26a59e60a44b7b7e50f3db8f3630499759;hp=48646b5933de9cce80ef752976a22b7fa3281484;hb=662a1e27fa9573a35a6f9a6f699dee2be447826a;hpb=3d24ca2da53f03585db396e67252a7dcd9e67e6e diff --git a/device.c b/device.c index 48646b5..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;