Skip to content

Commit eca2790

Browse files
darcagnQuzarDC
authored andcommitted
init_flags_default.c includes arch/arch.h, but only for its inclusion of
kos/init.h. Change to directly include kos/init.h instead.
1 parent a8a5201 commit eca2790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/init/init_flags_default.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
(c)2002 Megan Potter
55
*/
66

7-
#include <arch/arch.h>
7+
#include <kos/init.h>
88

99
/* Default values which will be used if the user doesn't declare anything */
1010
__weak_symbol KOS_INIT_FLAGS(INIT_DEFAULT);

0 commit comments

Comments
 (0)