From 406e60f5ddebb39c94a4447181dd211a1ec1b791 Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Fri, 2 Aug 2024 17:14:51 +0200 Subject: [PATCH] posix: revert change to os that was done for testing --- core/os/dir_unix.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/os/dir_unix.odin b/core/os/dir_unix.odin index b0e8e0732..b472e89b7 100644 --- a/core/os/dir_unix.odin +++ b/core/os/dir_unix.odin @@ -1,7 +1,6 @@ //+build darwin, linux, netbsd, freebsd, openbsd package os -import "base:runtime" import "core:strings" @(require_results)