]> sigrok.org Git - libsigrok.git/commitdiff
libsigrok-internal.h: nit, alpha-sort include directives
authorGerhard Sittig <redacted>
Mon, 22 Apr 2019 08:08:32 +0000 (10:08 +0200)
committerGerhard Sittig <redacted>
Sun, 28 Apr 2019 15:41:12 +0000 (17:41 +0200)
src/libsigrok-internal.h

index f5dde75a96c68d3c24fc9a7211d93e9d90754c2f..fc3c8d085b01cb794af3444372d80dc70f0102da 100644 (file)
 #ifndef LIBSIGROK_LIBSIGROK_INTERNAL_H
 #define LIBSIGROK_LIBSIGROK_INTERNAL_H
 
-#include <stdarg.h>
-#include <stdio.h>
 #include <glib.h>
-#ifdef HAVE_LIBUSB_1_0
-#include <libusb.h>
-#endif
 #ifdef HAVE_LIBSERIALPORT
 #include <libserialport.h>
 #endif
+#ifdef HAVE_LIBUSB_1_0
+#include <libusb.h>
+#endif
+#include <stdarg.h>
+#include <stdio.h>
 
 struct zip;
 struct zip_stat;