Nip some common.h from headers

This commit is contained in:
Marek Roszko 2020-10-24 08:21:40 -04:00
parent 77ece552f7
commit 8d7feb3d72
7 changed files with 1 additions and 8 deletions

View File

@ -35,7 +35,6 @@
#include <math/vector2d.h> #include <math/vector2d.h>
#include <msgpanel.h> #include <msgpanel.h>
#include <memory> #include <memory>
#include <common.h>
#include <cursors.h> #include <cursors.h>
class BOARD; class BOARD;

View File

@ -37,7 +37,6 @@
#include <board_commit.h> #include <board_commit.h>
#include <class_board_item.h> #include <class_board_item.h>
#include <common.h>
#include <unordered_set> #include <unordered_set>
namespace KIGFX namespace KIGFX

View File

@ -33,7 +33,6 @@
#include <vector> #include <vector>
#include <eda_item.h> // SEARCH_RESULT #include <eda_item.h> // SEARCH_RESULT
#include <common.h> // GetNewTimeStamp()
#include <eda_rect.h> #include <eda_rect.h>

View File

@ -25,7 +25,6 @@
#ifndef GRID_MENU_H #ifndef GRID_MENU_H
#define GRID_MENU_H #define GRID_MENU_H
#include <common.h>
#include <tool/action_menu.h> #include <tool/action_menu.h>
class EDA_DRAW_FRAME; class EDA_DRAW_FRAME;

View File

@ -27,8 +27,6 @@
#include <wx/wx.h> #include <wx/wx.h>
//#include <common.h>
#include <gal/color4d.h> #include <gal/color4d.h>

View File

@ -23,7 +23,7 @@
#define __PNS_ITEMSET_H #define __PNS_ITEMSET_H
#include <vector> #include <vector>
#include <common.h> #include <core/kicad_algo.h>
#include "pns_item.h" #include "pns_item.h"
namespace PNS { namespace PNS {

View File

@ -25,7 +25,6 @@
#ifndef PCB_EDITOR_CONDITIONS_H_ #ifndef PCB_EDITOR_CONDITIONS_H_
#define PCB_EDITOR_CONDITIONS_H_ #define PCB_EDITOR_CONDITIONS_H_
#include <common.h>
#include <functional> #include <functional>
#include <tool/editor_conditions.h> #include <tool/editor_conditions.h>
#include <tool/selection.h> #include <tool/selection.h>