mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
This one isn't as invasive as the others, but it is still an implementation class that's not needed for public use of netlists. Actually, this could even be local to kicad_netlist_reader.cpp as it's literally only used there. Now, dsnlexer.h is exposed to only the files it needs, rather than nearly 800 files.