Skip to content

Commit

Permalink
Fix(SlimSystem): use import instead of include
Browse files Browse the repository at this point in the history
  • Loading branch information
noahehall committed May 5, 2023
1 parent 105280c commit 934fd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions threading/channels.nim
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ when not defined(gcArc) and not defined(gcOrc) and not defined(nimdoc):
{.error: "This channel implementation requires --gc:arc or --gc:orc".}

when defined(nimPreviewSlimSystem):
include std/typedthreads
include std/assertions
import std/typedthreads
import std/assertions

import std/[locks, atomics, isolation]
import system/ansi_c
Expand Down

0 comments on commit 934fd9a

Please sign in to comment.