chore(api): remove include for deleted topology.jl

Remove include statement for topology.jl which was deleted after
its content was moved to topology/api.jl.

- Remove include("topology/topology.jl") line
This commit is contained in:
Jukka Aho
2025-12-12 23:26:55 +02:00
parent 3f36111bba
commit c9dfcddd8d
-1
View File
@@ -113,7 +113,6 @@ include("physics.jl") # Concrete implementations
# Topology (geometry abstractions)
include("topology/api.jl")
include("topology/topology.jl") # Helpers
```
# Type Hierarchy Overview