summaryrefslogtreecommitdiff
path: root/include/libc64
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2025-05-24 22:20:51 +0200
committerGitHub <noreply@github.com>2025-05-24 16:20:51 -0400
commit6d56b1b8e0410da164f3e5d0d62f4a9d472a1445 (patch)
tree5bdc14b4d98989cfbdb72c4ccb313a2f3337d587 /include/libc64
parentf7073a7837de95ac72a0189c74ffa96335280f12 (diff)
Cleanup includes in header files (#2540)
* Cleanup includes in header files * include libc headers without libc/ prefix * fix * fix2 * fix3 * fix4 * some bss lol * bss * fix
Diffstat (limited to 'include/libc64')
-rw-r--r--include/libc64/sprintf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libc64/sprintf.h b/include/libc64/sprintf.h
index 485f938f5..55e10045e 100644
--- a/include/libc64/sprintf.h
+++ b/include/libc64/sprintf.h
@@ -1,8 +1,6 @@
#ifndef LIBC64_SPRINTF_H
#define LIBC64_SPRINTF_H
-#include "ultra64.h"
-
#include "stdarg.h"
int vsprintf(char* dst, const char* fmt, va_list args);