diff options
Diffstat (limited to 'src/img/path.nim')
-rw-r--r-- | src/img/path.nim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/img/path.nim b/src/img/path.nim index 0ec7537c..a1ef9cb7 100644 --- a/src/img/path.nim +++ b/src/img/path.nim @@ -1,6 +1,6 @@ -import algorithm -import deques -import math +import std/algorithm +import std/deques +import std/math import types/line import types/vector |