diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 07:54:08 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 07:54:08 +0200 |
| commit | fc339fa3cb9c03fdebd300f7018b23931a3eb7bd (patch) | |
| tree | a56a905814ebc4ca6b738edb2f6cf712db3083d1 /lib/bitset.h | |
| parent | 6a66576bf6a1039a970ca8d418922a7bcd9e5f36 (diff) | |
lib: clean up includes
Diffstat (limited to 'lib/bitset.h')
| -rw-r--r-- | lib/bitset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bitset.h b/lib/bitset.h index d8979de..dd6ce94 100644 --- a/lib/bitset.h +++ b/lib/bitset.h @@ -22,7 +22,6 @@ #ifndef DYLAN_BITSET_H #define DYLAN_BITSET_H -#include <stddef.h> #include <stdint.h> #include <string.h> |