summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-29 10:49:38 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-03-29 10:50:04 +1100
commit80ea6ab950b6cb22e3e27c7cd323f5b6149e97f5 (patch)
tree07f7609f9d8bf7df6a84333d22f0287e532e27a0
parent374d88e323a44d9d6a9cf16b28686b51b7831860 (diff)
fix(png/test): Remove local include result and stream headers from
png_open test
-rw-r--r--tests/format/image/png/png_open.c2
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>