From b9e347ef5072ac3d1f8dcc1ba2d678109f9ff016 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Sun, 27 Aug 2017 17:03:27 +0100 Subject: Replace `import_load` with `using import .` --- core/sync_linux.odin | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'core/sync_linux.odin') diff --git a/core/sync_linux.odin b/core/sync_linux.odin index 9e7f20d51..e38c80111 100644 --- a/core/sync_linux.odin +++ b/core/sync_linux.odin @@ -1,7 +1,5 @@ -import ( - "atomics.odin"; - "os.odin"; -) +import "atomics.odin"; +import "os.odin"; Semaphore :: struct { // _handle: win32.Handle; -- cgit v1.2.3