From 69712d5c00ab2cfa6e11bb0ff4c5b511f3d1872a Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Sun, 19 May 2019 12:37:14 -0400 Subject: [PATCH] OS.h: Reorder includes alphabetically. --- headers/os/kernel/OS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/kernel/OS.h b/headers/os/kernel/OS.h index 6c24064ae1..59e9522401 100644 --- a/headers/os/kernel/OS.h +++ b/headers/os/kernel/OS.h @@ -7,8 +7,8 @@ /** Kernel specific structures and functions */ -#include #include +#include #include #include