diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 09:22:15 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 09:22:15 +1100 |
| commit | 67f0d47a40087c7907d406d45072d72f04a908b6 (patch) | |
| tree | b0a9314a601cc403be4e9cafbba4295b9765cb04 /src/format/image/bmp.c | |
| parent | 012bf15d20fac68da3f494c41a22bea4e389b884 (diff) | |
support(zed): Support Zed editor
Diffstat (limited to 'src/format/image/bmp.c')
| -rw-r--r-- | src/format/image/bmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/format/image/bmp.c b/src/format/image/bmp.c index d1d343c..9c531d7 100644 --- a/src/format/image/bmp.c +++ b/src/format/image/bmp.c @@ -1,6 +1,5 @@ #include "tinyff/image/bmp.h" #include "tinyff/dbg.h" -#include "bmp.h" ff_result ff_bmp_isvalid(ff_stream* stream) { |
