diff options
| author | jockus <joakim.hentula@gmail.com> | 2021-05-27 12:03:37 +0100 |
|---|---|---|
| committer | jockus <joakim.hentula@gmail.com> | 2021-05-27 12:03:37 +0100 |
| commit | b261937233a148fdc4c532adbfcd306c48151e18 (patch) | |
| tree | d74acd10c964577d722a987565e9987645d33126 /core/path/filepath | |
| parent | 4455ba5b6513f69f3d4b1e02d6fa848875f3544d (diff) | |
Remove accidental core:fmt include in path/filepath
Diffstat (limited to 'core/path/filepath')
| -rw-r--r-- | core/path/filepath/path.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/path/filepath/path.odin b/core/path/filepath/path.odin index acb47c4c7..51ce016ca 100644 --- a/core/path/filepath/path.odin +++ b/core/path/filepath/path.odin @@ -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 |