moved headers to include/tlibc

This commit is contained in:
2025-07-21 16:10:01 +03:00
parent e16a0035a4
commit 7e5b1ea9bb
13 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#include "collections/List.h"
#include "tlibc/collections/List.h"
List List_alloc_size(u32 initial_size){
if(initial_size == 0)