X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=decode.c;h=cadd5ea74807092a6e2e1ec652403057f7b04db8;hp=09b43f93d3b48c4da38f90505c141ea8823c26a1;hb=662a1e27fa9573a35a6f9a6f699dee2be447826a;hpb=3d24ca2da53f03585db396e67252a7dcd9e67e6e diff --git a/decode.c b/decode.c index 09b43f9..cadd5ea 100644 --- a/decode.c +++ b/decode.c @@ -17,11 +17,11 @@ * along with this program. If not, see . */ -#include "sigrok-cli.h" -#include "config.h" #include #include #include +#include "sigrok-cli.h" +#include "config.h" #ifdef HAVE_SRD static GHashTable *pd_ann_visible = NULL;