style: fix include order in all source files

Move C stdlib headers before local/project headers with a
blank line separator, matching the AGENTS.md include order rule.

Replace em dash with colon in main.c comment.
This commit is contained in:
2026-06-15 04:35:44 +02:00
parent 3ce42cc8db
commit 657d154560
8 changed files with 13 additions and 6 deletions
+1
View File
@@ -1,4 +1,5 @@
#include "unity.h"
#include "ctdd/logger.h"
#include "Mocklog_write.h"
+1
View File
@@ -1,4 +1,5 @@
#include "unity.h"
#include "ctdd/report.h"
#include "Mocklogger.h"
+1
View File
@@ -1,4 +1,5 @@
#include "unity.h"
#include "ctdd/str.h"
void setUp(void) {}