Remove macros.h from files that don't need it
This commit is contained in:
parent
442f40fa66
commit
77ece552f7
|
@ -27,7 +27,6 @@
|
||||||
#define CADSTAR_ARCHIVE_PARSER_H_
|
#define CADSTAR_ARCHIVE_PARSER_H_
|
||||||
|
|
||||||
#include <dsnlexer.h>
|
#include <dsnlexer.h>
|
||||||
#include <macros.h>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <wx/log.h>
|
#include <wx/log.h>
|
||||||
#include <wx/xml/xml.h>
|
#include <wx/xml/xml.h>
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
|
|
||||||
#include <layers_id_colors_and_visibility.h>
|
#include <layers_id_colors_and_visibility.h>
|
||||||
#include <convert_to_biu.h>
|
#include <convert_to_biu.h>
|
||||||
#include <macros.h>
|
|
||||||
#include <trigo.h>
|
#include <trigo.h>
|
||||||
#include <kicad_string.h>
|
#include <kicad_string.h>
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
#define RC_ITEM_H
|
#define RC_ITEM_H
|
||||||
|
|
||||||
#include <wx/dataview.h>
|
#include <wx/dataview.h>
|
||||||
#include <macros.h>
|
|
||||||
#include <eda_item.h>
|
#include <eda_item.h>
|
||||||
#include <reporter.h>
|
#include <reporter.h>
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <macros.h>
|
||||||
#include <template_fieldnames.h>
|
#include <template_fieldnames.h>
|
||||||
#include <pgm_base.h>
|
#include <pgm_base.h>
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
#define _TEMPLATE_FIELDNAME_H_
|
#define _TEMPLATE_FIELDNAME_H_
|
||||||
|
|
||||||
#include <richio.h>
|
#include <richio.h>
|
||||||
#include <macros.h>
|
|
||||||
#include <template_fieldnames_lexer.h>
|
#include <template_fieldnames_lexer.h>
|
||||||
|
|
||||||
class TEMPLATE_FIELDNAMES_LEXER;
|
class TEMPLATE_FIELDNAMES_LEXER;
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
#define CLASS_IREF_H
|
#define CLASS_IREF_H
|
||||||
|
|
||||||
|
|
||||||
#include <macros.h>
|
|
||||||
#include <sch_text.h>
|
#include <sch_text.h>
|
||||||
|
|
||||||
class SCH_GLOBALLABEL;
|
class SCH_GLOBALLABEL;
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
#define CLASS_TEXT_LABEL_H
|
#define CLASS_TEXT_LABEL_H
|
||||||
|
|
||||||
|
|
||||||
#include <macros.h>
|
|
||||||
#include <eda_text.h>
|
#include <eda_text.h>
|
||||||
#include <sch_item.h>
|
#include <sch_item.h>
|
||||||
#include <sch_connection.h> // for CONNECTION_TYPE
|
#include <sch_connection.h> // for CONNECTION_TYPE
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <bitset>
|
#include <bitset>
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
#include <macros.h>
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
* @file dielectric_material.cpp
|
* @file dielectric_material.cpp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <macros.h>
|
||||||
#include "stackup_predefined_prms.h"
|
#include "stackup_predefined_prms.h"
|
||||||
#include "dielectric_material.h"
|
#include "dielectric_material.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue