Re: [PATCH 13/15] cleanup headers in printf.c

2022-08-27 Thread Samuel Thibault
Luca Dariz, le mar. 28 juin 2022 12:10:52 +0200, a ecrit: > * kern/printf.c: remove unnecessary #include and reorder > > This allows the file to be reused for minimal user-space tests. > > Signed-off-by: Luca Dariz Applied, thanks! > --- > kern/printf.c | 4 ++-- > 1 file changed, 2 insertion

[PATCH 13/15] cleanup headers in printf.c

2022-06-28 Thread Luca Dariz
* kern/printf.c: remove unnecessary #include and reorder This allows the file to be reused for minimal user-space tests. Signed-off-by: Luca Dariz --- kern/printf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kern/printf.c b/kern/printf.c index 50f23623..cbc27ae6 100