]> sigrok.org Git - sigrok-cli.git/blobdiff - decode.c
Various #include file cosmetic fixes.
[sigrok-cli.git] / decode.c
index 09b43f93d3b48c4da38f90505c141ea8823c26a1..cadd5ea74807092a6e2e1ec652403057f7b04db8 100644 (file)
--- a/decode.c
+++ b/decode.c
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "sigrok-cli.h"
-#include "config.h"
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
+#include "sigrok-cli.h"
+#include "config.h"
 
 #ifdef HAVE_SRD
 static GHashTable *pd_ann_visible = NULL;