]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/rdtech-um/api.c
rdtech-um: alpha-sort and group include directives
[libsigrok.git] / src / hardware / rdtech-um / api.c
index a35c038cfa830ac4f86ccdc40a62452630d41ffd..31c77071301f16115bb564a598d5b53a7023705d 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-
 #include <config.h>
+
 #include <glib.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 #include <fcntl.h>
+#include <libsigrok/libsigrok.h>
 #include <string.h>
+#include <sys/types.h>
+#include <sys/stat.h>
 
-#include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
-
 #include "protocol.h"
 
 #define RDTECH_UM_SERIALCOMM "115200/8n1"