Cleaned up dependency includes in non-std libfiles.

This commit is contained in:
Revar Desmera
2019-05-03 12:19:51 -07:00
parent 958954c34e
commit 69d882b4d5
7 changed files with 15 additions and 11 deletions

View File

@@ -4,7 +4,6 @@
// To use, add the following lines to the beginning of your file:
// ```
// include <BOSL2/std.scad>
// include <BOSL2/paths.scad>
// include <BOSL2/beziers.scad>
// ```
//////////////////////////////////////////////////////////////////////
@@ -38,6 +37,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
include <BOSL2/paths.scad>
// Section: Terminology
// **Polyline**: A series of points joined by straight line segements.