Remove macros.h from files that don't need it

This commit is contained in:
Marek Roszko 2020-10-24 08:05:15 -04:00
parent 442f40fa66
commit 77ece552f7
9 changed files with 4 additions and 9 deletions

View File

@ -27,7 +27,6 @@
#define CADSTAR_ARCHIVE_PARSER_H_
#include <dsnlexer.h>
#include <macros.h>
#include <vector>
#include <wx/log.h>
#include <wx/xml/xml.h>

View File

@ -38,7 +38,6 @@
#include <layers_id_colors_and_visibility.h>
#include <convert_to_biu.h>
#include <macros.h>
#include <trigo.h>
#include <kicad_string.h>
#include <common.h>

View File

@ -25,7 +25,6 @@
#define RC_ITEM_H
#include <wx/dataview.h>
#include <macros.h>
#include <eda_item.h>
#include <reporter.h>

View File

@ -22,6 +22,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <macros.h>
#include <template_fieldnames.h>
#include <pgm_base.h>

View File

@ -27,7 +27,6 @@
#define _TEMPLATE_FIELDNAME_H_
#include <richio.h>
#include <macros.h>
#include <template_fieldnames_lexer.h>
class TEMPLATE_FIELDNAMES_LEXER;

View File

@ -30,7 +30,6 @@
#define CLASS_IREF_H
#include <macros.h>
#include <sch_text.h>
class SCH_GLOBALLABEL;

View File

@ -26,7 +26,6 @@
#define CLASS_TEXT_LABEL_H
#include <macros.h>
#include <eda_text.h>
#include <sch_item.h>
#include <sch_connection.h> // for CONNECTION_TYPE

View File

@ -35,7 +35,6 @@
#include <vector>
#include <bitset>
#include <wx/string.h>
#include <macros.h>
/**

View File

@ -27,6 +27,7 @@
* @file dielectric_material.cpp
*/
#include <macros.h>
#include "stackup_predefined_prms.h"
#include "dielectric_material.h"