aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-02-06 16:07:32 +0000
committergingerBill <bill@gingerbill.org>2019-02-06 16:07:32 +0000
commitbc954df80ee883dbc43cf448e12d33addd2c043d (patch)
treea9c6c89c71684dabb4a4fd0a681d4cfbdffbf82f /examples
parente1ae359a774fc343f5a3400eabf4c9b3ca5d6eb4 (diff)
parentc9602953aa4a88803c9ef5182aa8bb64d58b80b8 (diff)
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'examples')
-rw-r--r--examples/demo/demo.odin14
1 files changed, 1 insertions, 13 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin
index 6ba8aea76..b4c67938f 100644
--- a/examples/demo/demo.odin
+++ b/examples/demo/demo.odin
@@ -1,24 +1,12 @@
package main
import "core:fmt"
-import "core:strconv"
import "core:mem"
-import "core:bits"
-import "core:hash"
-import "core:math"
-import "core:math/rand"
import "core:os"
-import "core:sort"
-import "core:strings"
-import "core:types"
-import "core:unicode/utf16"
-import "core:unicode/utf8"
-import "core:c"
-import "core:runtime"
when os.OS == "windows" {
+ import "core:runtime"
import "core:thread"
- import "core:sys/win32"
}
@(link_name="general_stuff")