diff options
| author | Clement Sibille <clements+github@lisible.xyz> | 2024-06-05 17:52:00 +0900 |
|---|---|---|
| committer | Clement Sibille <clements+github@lisible.xyz> | 2024-06-05 17:52:00 +0900 |
| commit | ff2cfc706efd88c2e30fdb4c27ddad3263227367 (patch) | |
| tree | 258df57b8763d4b1fe9cde1586f9f9542f58286b /src/lisiblestd/types.h | |
| parent | 221770922f959a5d5ae54e196b98bb13ab250842 (diff) | |
Have specific assertions for playdate platform
Diffstat (limited to 'src/lisiblestd/types.h')
| -rw-r--r-- | src/lisiblestd/types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lisiblestd/types.h b/src/lisiblestd/types.h index e16728a..dafb9e9 100644 --- a/src/lisiblestd/types.h +++ b/src/lisiblestd/types.h @@ -3,7 +3,6 @@ #include <stddef.h> #include <stdint.h> -#include <sys/types.h> typedef uint8_t u8; typedef uint16_t u16; |
