From 9b2e28ad7a752c0fe7b60e73ca43c827b45b3ee8 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 7 May 2020 22:19:13 +0200 Subject: Added and applied include-sorting Worked better than I thought! --- src/userspace/libc/stdio/vprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/userspace/libc/stdio/vprintf.c') diff --git a/src/userspace/libc/stdio/vprintf.c b/src/userspace/libc/stdio/vprintf.c index dc5ed23..691f153 100644 --- a/src/userspace/libc/stdio/vprintf.c +++ b/src/userspace/libc/stdio/vprintf.c @@ -1,5 +1,5 @@ -#include #include +#include #include #include -- cgit v1.2.3