From 24a079c9121f7a23572c3e6d5994f2b04a29e1c3 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Thu, 16 Dec 2021 23:00:35 -0500 Subject: [PATCH] bigfixes --- polyhedra.scad | 3 --- std.scad | 2 +- tests/test_shapes3d.scad | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/polyhedra.scad b/polyhedra.scad index 4e565d2..937aa04 100644 --- a/polyhedra.scad +++ b/polyhedra.scad @@ -9,9 +9,6 @@ ////////////////////////////////////////////////////////////////////// -include - - // CommonCode: // $fn=96; diff --git a/std.scad b/std.scad index c1be559..e085e42 100644 --- a/std.scad +++ b/std.scad @@ -35,7 +35,7 @@ include include include include - +include // vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap diff --git a/tests/test_shapes3d.scad b/tests/test_shapes3d.scad index 33b744b..f7352c5 100644 --- a/tests/test_shapes3d.scad +++ b/tests/test_shapes3d.scad @@ -1,5 +1,4 @@ include <../std.scad> -include <../hull.scad> module test_cube() {