aboutsummaryrefslogtreecommitdiff
path: root/core/sync_linux.odin
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-08-27 17:03:27 +0100
committerGinger Bill <bill@gingerbill.org>2017-08-27 17:03:27 +0100
commitb9e347ef5072ac3d1f8dcc1ba2d678109f9ff016 (patch)
tree5890f5aba3eaced5c85d6ca7b95d69df163397b5 /core/sync_linux.odin
parent6707c8750e951ed6533ab3d4240314cf0bba7147 (diff)
Replace `import_load` with `using import .`
Diffstat (limited to 'core/sync_linux.odin')
-rw-r--r--core/sync_linux.odin6
1 files changed, 2 insertions, 4 deletions
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;