Skip to content

Commit

Permalink
hosted/probe_info: reorder include files
Browse files Browse the repository at this point in the history
  • Loading branch information
sidprice authored and dragonmux committed Jul 18, 2023
1 parent a9da85d commit 1e68d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platforms/hosted/probe_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
*/

#include <stdlib.h>
#include <libusb.h>

#include "probe_info.h"
#include "general.h"

#include <libusb.h>

probe_info_s *probe_info_add_by_serial(probe_info_s *const list, const bmp_type_t type, const char *const mfr,
const char *const product, const char *const serial, const char *const version)
{
Expand Down

0 comments on commit 1e68d06

Please sign in to comment.