diff --git a/common/plugins/cadstar/cadstar_archive_parser.h b/common/plugins/cadstar/cadstar_archive_parser.h index 82467a98c0..220aa836c6 100644 --- a/common/plugins/cadstar/cadstar_archive_parser.h +++ b/common/plugins/cadstar/cadstar_archive_parser.h @@ -27,7 +27,6 @@ #define CADSTAR_ARCHIVE_PARSER_H_ #include -#include #include #include #include @@ -110,10 +109,10 @@ public: /** * CADSTAR fonts are drawn on a 24x24 integer matrix, where the each axis goes from 0 to 24. * The characters can each specify a width of between 12 and 24, but the height is fixed at 24. - * + * * The default CADSTAR font uses y=5 as the starting point for capital letters, leaving space * for the tails of letters such as "g", "p", "y", "q", etc. - * + * * The font height in CADSTAR corresponds to the full 24 point height. In KiCad it only * corresponds to the height above the guide line, meaning the overall text height will be * larger in KiCad. diff --git a/common/plugins/eagle/eagle_parser.h b/common/plugins/eagle/eagle_parser.h index e996502d38..3c12f9de3d 100644 --- a/common/plugins/eagle/eagle_parser.h +++ b/common/plugins/eagle/eagle_parser.h @@ -38,7 +38,6 @@ #include #include -#include #include #include #include diff --git a/common/rc_item.h b/common/rc_item.h index 7297797dfc..309fa8b021 100644 --- a/common/rc_item.h +++ b/common/rc_item.h @@ -25,7 +25,6 @@ #define RC_ITEM_H #include -#include #include #include diff --git a/common/template_fieldnames.cpp b/common/template_fieldnames.cpp index 78d9a1c1d3..efaebdc994 100644 --- a/common/template_fieldnames.cpp +++ b/common/template_fieldnames.cpp @@ -22,6 +22,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ +#include #include #include diff --git a/common/template_fieldnames.h b/common/template_fieldnames.h index caa025bd4a..65581cadef 100644 --- a/common/template_fieldnames.h +++ b/common/template_fieldnames.h @@ -27,7 +27,6 @@ #define _TEMPLATE_FIELDNAME_H_ #include -#include #include class TEMPLATE_FIELDNAMES_LEXER; diff --git a/eeschema/sch_iref.h b/eeschema/sch_iref.h index 810d2b2185..c2add6162a 100644 --- a/eeschema/sch_iref.h +++ b/eeschema/sch_iref.h @@ -30,7 +30,6 @@ #define CLASS_IREF_H -#include #include class SCH_GLOBALLABEL; diff --git a/eeschema/sch_text.h b/eeschema/sch_text.h index 12a2d469ed..f8dd640fec 100644 --- a/eeschema/sch_text.h +++ b/eeschema/sch_text.h @@ -26,7 +26,6 @@ #define CLASS_TEXT_LABEL_H -#include #include #include #include // for CONNECTION_TYPE diff --git a/include/layers_id_colors_and_visibility.h b/include/layers_id_colors_and_visibility.h index c5d5a1aa2b..e7dea01309 100644 --- a/include/layers_id_colors_and_visibility.h +++ b/include/layers_id_colors_and_visibility.h @@ -35,7 +35,6 @@ #include #include #include -#include /** diff --git a/pcbnew/board_stackup_manager/dielectric_material.cpp b/pcbnew/board_stackup_manager/dielectric_material.cpp index c1b76145db..b3392ac0b9 100644 --- a/pcbnew/board_stackup_manager/dielectric_material.cpp +++ b/pcbnew/board_stackup_manager/dielectric_material.cpp @@ -27,6 +27,7 @@ * @file dielectric_material.cpp */ +#include #include "stackup_predefined_prms.h" #include "dielectric_material.h"