Remove accidental core:fmt include in path/filepath

This commit is contained in:
jockus
2021-05-27 12:03:37 +01:00
parent 4455ba5b65
commit b261937233

View File

@@ -2,7 +2,6 @@
// To process paths usch as URLs that depend on forward slashes regardless of the OS, use the path package
package filepath
import "core:fmt"
import "core:strings"
// is_separator checks whether the byte is a valid separator character