7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-27 19:50:24 +00:00
kicad/eeschema/sch_io/ltspice
John Beard 3d6d8b9946 Strip richio.h from headers that don't need them
Like the DSNLEXER header, this has visibility in over 700
files, whereas well under half actually use any of it
(quite a bit, but not all, of it actually via DSNLEXER)

Many places already forward-declare the OUTPUTFORMATTER type,
by doing that for the others, it still possible to use the
non-IO methods without having to see richio.h.
2024-10-04 18:06:18 +01:00
..
ltspice_schematic.cpp Strip richio.h from headers that don't need them 2024-10-04 18:06:18 +01:00
ltspice_schematic.h Initial rename of file plugin infrastructure components to IO 2023-12-24 01:22:21 +00:00
sch_io_ltspice_parser.cpp Adjust LTSPICE parser for inverted coords. 2024-05-03 17:48:22 +01:00
sch_io_ltspice_parser.h Adjust LTSPICE parser for inverted coords. 2024-05-03 17:48:22 +01:00
sch_io_ltspice.cpp sch_symbol.h doesn't need sch_lib_table.h 2024-10-04 18:06:18 +01:00
sch_io_ltspice.h Remove basic masking class map_string_utf8 2024-08-19 11:51:13 -07:00