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/str.h | |
| parent | 6a66576bf6a1039a970ca8d418922a7bcd9e5f36 (diff) | |
lib: clean up includes
Diffstat (limited to 'lib/str.h')
| -rw-r--r-- | lib/str.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,8 +22,7 @@ #ifndef DYLAN_STR_H #define DYLAN_STR_H -#include <stdlib.h> -#include <stdint.h> +#include <assert.h> #include <string.h> #include "util.h" |