libsigrok-internal.h: nit, alpha-sort include directives

This commit is contained in:
Gerhard Sittig 2019-04-22 10:08:32 +02:00
parent e47a9562e9
commit fdcdfe53d8
1 changed files with 5 additions and 5 deletions

View File

@ -26,15 +26,15 @@
#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;