mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Remove extra include from job headers
This commit is contained in:
parent
8110347844
commit
961de62278
@ -20,9 +20,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <wx/string.h>
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <map>
|
||||
#include <wx/string.h>
|
||||
#include <settings/json_settings.h>
|
||||
#include <lseq.h>
|
||||
#include <lset.h>
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <math/vector2d.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
// Default value to chain 2 shapes when creating the board outlines
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <layer_ids.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
class KICOMMON_API JOB_EXPORT_PCB_DRILL : public JOB
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <kicommon.h>
|
||||
#include <layer_ids.h>
|
||||
#include <lseq.h>
|
||||
#include <wx/string.h>
|
||||
#include <jobs/job_export_pcb_plot.h>
|
||||
#include "job.h"
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <kicommon.h>
|
||||
#include <kicommon.h>
|
||||
#include <layer_ids.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
class KICOMMON_API JOB_EXPORT_PCB_GENCAD : public JOB
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <kicommon.h>
|
||||
#include <layer_ids.h>
|
||||
#include <lseq.h>
|
||||
#include <wx/string.h>
|
||||
#include <jobs/job_export_pcb_plot.h>
|
||||
|
||||
class KICOMMON_API JOB_EXPORT_PCB_GERBER : public JOB_EXPORT_PCB_PLOT
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "job_export_pcb_gerber.h"
|
||||
#include <layer_ids.h>
|
||||
#include <lset.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
class KICOMMON_API JOB_EXPORT_PCB_GERBERS : public JOB_EXPORT_PCB_GERBER
|
||||
|
@ -22,7 +22,6 @@
|
||||
#define JOB_EXPORT_PCB_IPC2581_H
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
class KICOMMON_API JOB_EXPORT_PCB_IPC2581 : public JOB
|
||||
|
@ -22,7 +22,6 @@
|
||||
#define JOB_EXPORT_PCB_IPCD356_H
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
class KICOMMON_API JOB_EXPORT_PCB_IPCD356 : public JOB
|
||||
|
@ -21,7 +21,6 @@
|
||||
#define JOB_EXPORT_PCB_ODB_H
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
class KICOMMON_API JOB_EXPORT_PCB_ODB : public JOB
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <kicommon.h>
|
||||
#include <layer_ids.h>
|
||||
#include <lseq.h>
|
||||
#include <wx/string.h>
|
||||
#include <jobs/job_export_pcb_plot.h>
|
||||
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <plotprint_opts.h>
|
||||
#include <layer_ids.h>
|
||||
#include <lseq.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
class KICOMMON_API JOB_EXPORT_PCB_PLOT : public JOB
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <layer_ids.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
class KICOMMON_API JOB_EXPORT_PCB_POS : public JOB
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <kicommon.h>
|
||||
#include <layer_ids.h>
|
||||
#include <lseq.h>
|
||||
#include <wx/string.h>
|
||||
#include <jobs/job_export_pcb_plot.h>
|
||||
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <vector>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
class KICOMMON_API JOB_EXPORT_SCH_BOM : public JOB
|
||||
|
@ -22,7 +22,6 @@
|
||||
#define JOB_EXPORT_SCH_NETLIST_H
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
class KICOMMON_API JOB_EXPORT_SCH_NETLIST : public JOB
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <vector>
|
||||
#include <kicommon.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
#define JOB_EXPORT_SCH_PYTHONBOM_H
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
class KICOMMON_API JOB_EXPORT_SCH_PYTHONBOM : public JOB
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <kicommon.h>
|
||||
#include <layer_ids.h>
|
||||
#include <lseq.h>
|
||||
#include <wx/string.h>
|
||||
#include <jobs/job_export_pcb_plot.h>
|
||||
#include "job.h"
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
#define JOB_FP_UPGRADE_H
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
class KICOMMON_API JOB_FP_UPGRADE : public JOB
|
||||
|
@ -23,7 +23,6 @@
|
||||
#define JOB_PCB_RENDER_H
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
#include <optional>
|
||||
#include <math/vector3.h>
|
||||
|
@ -21,7 +21,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <wx/string.h>
|
||||
#include <widgets/report_severity.h>
|
||||
#include "job.h"
|
||||
|
||||
|
@ -21,7 +21,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <wx/string.h>
|
||||
#include <jobs/job.h>
|
||||
|
||||
class KICOMMON_API JOB_SPECIAL_COPYFILES : public JOB
|
||||
|
@ -21,7 +21,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <wx/string.h>
|
||||
#include <jobs/job.h>
|
||||
|
||||
class KICOMMON_API JOB_SPECIAL_EXECUTE : public JOB
|
||||
|
@ -22,7 +22,6 @@
|
||||
#define JOB_SYM_EXPORT_SVG_H
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
class KICOMMON_API JOB_SYM_EXPORT_SVG : public JOB
|
||||
|
@ -22,7 +22,6 @@
|
||||
#define JOB_SYM_UPGRADE_H
|
||||
|
||||
#include <kicommon.h>
|
||||
#include <wx/string.h>
|
||||
#include "job.h"
|
||||
|
||||
class KICOMMON_API JOB_SYM_UPGRADE : public JOB
|
||||
|
Loading…
x
Reference in New Issue
Block a user