|
KiCad PCB EDA Suite
|
#include "dialogs/dialog_export_odbpp.h"#include <set>#include <vector>#include <thread_pool.h>#include <wx/dir.h>#include <wx/filedlg.h>#include <wx/wfstream.h>#include <wx/zipstrm.h>#include <wx/tarstrm.h>#include <wx/zstream.h>#include <board.h>#include <confirm.h>#include <footprint.h>#include <kidialog.h>#include <kiway_holder.h>#include <paths.h>#include <pcb_edit_frame.h>#include <pcbnew_settings.h>#include <pgm_base.h>#include <progress_reporter.h>#include <project.h>#include <project/project_file.h>#include <settings/settings_manager.h>#include <string_utils.h>#include <widgets/std_bitmap_button.h>#include <io/io_mgr.h>#include <jobs/job_export_pcb_odb.h>#include <pcb_io/pcb_io_mgr.h>