diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-29 10:49:38 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-29 10:50:04 +1100 |
| commit | 80ea6ab950b6cb22e3e27c7cd323f5b6149e97f5 (patch) | |
| tree | 07f7609f9d8bf7df6a84333d22f0287e532e27a0 /tests/format/image/png | |
| parent | 374d88e323a44d9d6a9cf16b28686b51b7831860 (diff) | |
fix(png/test): Remove local include result and stream headers from
png_open test
Diffstat (limited to 'tests/format/image/png')
| -rw-r--r-- | tests/format/image/png/png_open.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/format/image/png/png_open.c b/tests/format/image/png/png_open.c index 9e01803..0249978 100644 --- a/tests/format/image/png/png_open.c +++ b/tests/format/image/png/png_open.c @@ -1,5 +1,3 @@ -#include "result.h"
-#include "stream.h"
#include <tinyff/image/png.h>
#include <bridges/stdio/stream.h>
#include <stdio.h>
|
