1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-31 10:11:53 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 16:04:27 +08:00
parent c8dbc4bce0
commit 9797e9ba71
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
include <unittest.scad>;
include <shape_cyclicpolygon.scad>;
use <unittest.scad>;
use <shape_cyclicpolygon.scad>;
module test_shape_cyclicpolygon() {
echo("==== test_shape_cyclicpolygon ====");