1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-25 23:46:32 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-27 10:38:23 +08:00
parent 4a25e489cd
commit 275ec843d3
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
include <unittest.scad>;
include <bezier_curve.scad>;
include <bezier_surface.scad>;
use <unittest.scad>;
use <bezier_surface.scad>;
module test_bezier_surface() {
echo("==== test_bezier_surface ====");