Skip to content

Commit 1c9cadb

Browse files
correct import order
1 parent b5c91d6 commit 1c9cadb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_uni_hid_device.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
#include <stdio.h>
33
#include <string.h>
44

5+
#include <btstack_memory.h>
6+
#include <btstack_run_loop.h>
7+
#include <btstack_run_loop_posix.h>
8+
59
#include "platform/uni_platform.h"
610
#include "uni_hid_device.h"
711

@@ -84,10 +88,6 @@ static void test_device_properties(void) {
8488
printf("PASS\n");
8589
}
8690

87-
#include <btstack_memory.h>
88-
#include <btstack_run_loop.h>
89-
#include <btstack_run_loop_posix.h>
90-
9191
int main(int argc, char** argv) {
9292
// Initialize btstack run loop
9393
btstack_memory_init();

0 commit comments

Comments
 (0)