From: Gerhard Sittig Date: Mon, 22 Apr 2019 08:08:32 +0000 (+0200) Subject: libsigrok-internal.h: nit, alpha-sort include directives X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=fdcdfe53d8fa27e101f7d4b206f05a4f3513c306;p=libsigrok.git libsigrok-internal.h: nit, alpha-sort include directives --- diff --git a/src/libsigrok-internal.h b/src/libsigrok-internal.h index f5dde75a..fc3c8d08 100644 --- a/src/libsigrok-internal.h +++ b/src/libsigrok-internal.h @@ -26,15 +26,15 @@ #ifndef LIBSIGROK_LIBSIGROK_INTERNAL_H #define LIBSIGROK_LIBSIGROK_INTERNAL_H -#include -#include #include -#ifdef HAVE_LIBUSB_1_0 -#include -#endif #ifdef HAVE_LIBSERIALPORT #include #endif +#ifdef HAVE_LIBUSB_1_0 +#include +#endif +#include +#include struct zip; struct zip_stat;