]> sigrok.org Git - libsigrok.git/blobdiff - src/libsigrok-internal.h
libsigrok-internal.h: nit, alpha-sort include directives
[libsigrok.git] / 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;