From c6be0926013ff06f2806fdd288581fcf7e9c8b29 Mon Sep 17 00:00:00 2001 From: Seb James Date: Fri, 24 Jul 2026 10:21:31 +0100 Subject: [PATCH] Removes some extraneous includes which confounded clang++20 on Ubuntu 26 --- examples/geodesic_with_normals.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/geodesic_with_normals.cpp b/examples/geodesic_with_normals.cpp index a7db7b4b..ac15bf33 100644 --- a/examples/geodesic_with_normals.cpp +++ b/examples/geodesic_with_normals.cpp @@ -9,12 +9,6 @@ import mplot.visual; import mplot.geodesicvisual; import mplot.normalsvisual; -#include -#include -#include -#include -#include - int main() { mplot::Visual v(1024, 768, "Geodesic Polyhedra with normals");