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/date.h | |
| parent | 6a66576bf6a1039a970ca8d418922a7bcd9e5f36 (diff) | |
lib: clean up includes
Diffstat (limited to 'lib/date.h')
| -rw-r--r-- | lib/date.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -26,9 +26,6 @@ // Fast date algorithm, C implementation. // Source: https://www.benjoffe.com/fast-date-64 // -#include <stddef.h> -#include <stdint.h> - #include "util.h" #define C1 505054698555331ull // floor(2^64 * 4 / 146097) |