Skip to content

Commit 3aad1a1

Browse files
committed
Minor cleanup: use angle braces in includes for consistency.
1 parent c834e3b commit 3aad1a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

basics/include/errno.h

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

4-
#include "__errno.h"
4+
#include <__errno.h>
55

66
#endif

libc-bottom-half/headers/public/__struct_rusage.h

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

4-
#include "__struct_timeval.h"
4+
#include <__struct_timeval.h>
55

66
/* TODO: Add more features here. */
77
struct rusage {

0 commit comments

Comments
 (0)