Fix import paths

This commit is contained in:
gingerBill
2020-11-12 14:20:33 +00:00
parent 78b6948ff2
commit fa284f9a5a
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -1,7 +1,6 @@
package strings
import "core:mem"
import "core:unicode"
import "core:unicode/utf8"
clone :: proc(s: string, allocator := context.allocator, loc := #caller_location) -> string {