summaryrefslogtreecommitdiff
path: root/src/stream.c
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 15:46:35 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 15:46:35 +1100
commitf26533e666945befedcdc71952a5a3fca1c4c666 (patch)
tree6d068bed2393ad2ad3e3b158604e1fcd394cdf76 /src/stream.c
parentc9977fd038d10c50abcfa2f92e07bc5401737bec (diff)
refactor(*): Change include brackets from "" to <>
Diffstat (limited to 'src/stream.c')
-rw-r--r--src/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.c b/src/stream.c
index a68db43..b8e2647 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -1,4 +1,4 @@
-#include "stream.h"
+#include <tinyff/stream.h>
size_t ff_file_read(void *ptr, size_t size, void *user)
{