Skip to content

Commit f701186

Browse files
authored
Remove zephyr/types.h include from base64.h
Remove unnecessary inclusion of zephyr/types.h
1 parent c1bf433 commit f701186

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/zephyr/sys/base64.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#define ZEPHYR_INCLUDE_SYS_BASE64_H_
2626

2727
#include <stddef.h>
28-
#include <zephyr/types.h>
2928

3029
#ifdef __cplusplus
3130
extern "C" {

0 commit comments

Comments
 (0)