aboutsummaryrefslogtreecommitdiff
path: root/std/bool.c
diff options
context:
space:
mode:
Diffstat (limited to 'std/bool.c')
-rw-r--r--std/bool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/bool.c b/std/bool.c
index 80aade5..76772bf 100644
--- a/std/bool.c
+++ b/std/bool.c
@@ -9,7 +9,6 @@ static inline bool get_bool_arg(UwUVMArgs *args, size_t i)
return uwubool_get(uwuvm_get_arg(args, i));
}
-#include "../api/str.h"
UwUVMValue uwu_if(UwUVMArgs *args)
{
if (args->num != 3)