Skip to content

Commit 3bbd613

Browse files
committed
docs: fix markdown formatting and clean up duplicate includes
- Fix markdown formatting in include-policy.md - Remove duplicate header includes in fs.c
1 parent 45d2915 commit 3bbd613

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docs/explanation/include-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ When `ZPMOD_ANALYSIS` is set the analysis stubs are used instead of the normal g
7878
- Integrate the checker in CI as a required step.
7979
- Add a `--fix` mode (optional) for bulk reformatting when large refactors land.
8080

81-
_Last updated: 2025-08-24_
81+
\_Last updated: **2025-08-24**

src/core/fs.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
1515
#include <fcntl.h>
1616
#include <limits.h>
1717
#include <sys/stat.h>
18-
#include <dirent.h>
19-
#include <errno.h>
20-
#include <fcntl.h>
21-
#include <limits.h>
22-
#include <sys/stat.h>
2318
#if defined(__has_include)
2419
#if __has_include(<sys/mman.h>)
2520
#include <sys/mman.h>

0 commit comments

Comments
 (0)