diff options
Diffstat (limited to 'std/path/win32.ts')
-rw-r--r-- | std/path/win32.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/std/path/win32.ts b/std/path/win32.ts index 401e572db..0557b3768 100644 --- a/std/path/win32.ts +++ b/std/path/win32.ts @@ -8,7 +8,7 @@ import { CHAR_BACKWARD_SLASH, CHAR_COLON, CHAR_QUESTION_MARK, -} from "./constants.ts"; +} from "./_constants.ts"; import { assertPath, @@ -16,7 +16,7 @@ import { isWindowsDeviceRoot, normalizeString, _format, -} from "./utils.ts"; +} from "./_util.ts"; import { assert } from "../testing/asserts.ts"; export const sep = "\\"; |