diff options
| author | Amlal <amlal@nekernel.org> | 2025-08-11 23:31:39 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-08-11 23:31:39 +0200 |
| commit | d987d62459d59a6d95ffb815d5e6eccd8dbde1dd (patch) | |
| tree | d91d1351193a9f758daa9dad964e40f5a84ece7f /dev/BuildKit/Imports.h | |
| parent | 4c462511485168cfc831a1447267fd76145d5183 (diff) | |
meta: ran format command.v0.0.3-release
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/BuildKit/Imports.h')
| -rw-r--r-- | dev/BuildKit/Imports.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/BuildKit/Imports.h b/dev/BuildKit/Imports.h index 9260c1e..c542737 100644 --- a/dev/BuildKit/Imports.h +++ b/dev/BuildKit/Imports.h @@ -6,6 +6,8 @@ #ifndef NEBUILD_INCLUDES_H #define NEBUILD_INCLUDES_H +#include <rang/rang.h> +#include <cassert> #include <cstddef> #include <cstdio> #include <fstream> @@ -13,7 +15,5 @@ #include <sstream> #include <string> #include <thread> -#include <cassert> -#include <rang/rang.h> #endif // NEBUILD_INCLUDES_H |
