Skip to content

Commit c81875a

Browse files
committed
header ordering
1 parent 4ad571a commit c81875a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

embedded_cli.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef EMBEDDED_CLI
22
#define EMBEDDED_CLI
33

4-
#include <stddef.h>
54
#include <stdbool.h>
5+
#include <stddef.h>
66

77
#ifndef EMBEDDED_CLI_MAX_LINE
88
/**

0 commit comments

Comments
 (0)