summaryrefslogtreecommitdiffhomepage
path: root/lib/Includes.h
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-04-25 13:17:33 +0200
committerAmlal <amlal@nekernel.org>2025-04-25 13:17:33 +0200
commit7927f01e875ef76185535d209c14230fe9be183d (patch)
tree129eecf026edf7e8a47d1a3c49716c74b6caa985 /lib/Includes.h
parent72f132b8fb9f2a47b0f723f4dc4eaa4fdb0c45bd (diff)
dev: update clang-fornat, and codebase.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'lib/Includes.h')
-rw-r--r--lib/Includes.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Includes.h b/lib/Includes.h
index 3f035f3..3695d53 100644
--- a/lib/Includes.h
+++ b/lib/Includes.h
@@ -6,12 +6,12 @@
#ifndef BTB_INCLUDES_H
#define BTB_INCLUDES_H
-#include <cstdio>
#include <cstddef>
-#include <string>
+#include <cstdio>
+#include <fstream>
#include <iostream>
-#include <thread>
#include <sstream>
-#include <fstream>
+#include <string>
+#include <thread>
-#endif // BTB_INCLUDES_H
+#endif // BTB_INCLUDES_H