|
KiCad PCB EDA Suite
|
#include "pcb_io_pads_binary.h"#include "pads_binary_parser.h"#include "pads_layer_mapper.h"#include <algorithm>#include <cmath>#include <functional>#include <set>#include <board.h>#include <pcb_track.h>#include <pcb_text.h>#include <footprint.h>#include <zone.h>#include <io/pads/pads_unit_converter.h>#include <io/pads/pads_common.h>#include <netinfo.h>#include <wx/log.h>#include <wx/file.h>#include <wx/filename.h>#include <pad.h>#include <pcb_shape.h>#include <board_design_settings.h>#include <netclass.h>#include <geometry/eda_angle.h>#include <string_utils.h>#include <progress_reporter.h>#include <reporter.h>#include <locale_io.h>#include <advanced_config.h>#include <geometry/shape_arc.h>