Nip some common.h from headers
This commit is contained in:
parent
77ece552f7
commit
8d7feb3d72
|
@ -35,7 +35,6 @@
|
|||
#include <math/vector2d.h>
|
||||
#include <msgpanel.h>
|
||||
#include <memory>
|
||||
#include <common.h>
|
||||
#include <cursors.h>
|
||||
|
||||
class BOARD;
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
|
||||
#include <board_commit.h>
|
||||
#include <class_board_item.h>
|
||||
#include <common.h>
|
||||
#include <unordered_set>
|
||||
|
||||
namespace KIGFX
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include <vector>
|
||||
|
||||
#include <eda_item.h> // SEARCH_RESULT
|
||||
#include <common.h> // GetNewTimeStamp()
|
||||
#include <eda_rect.h>
|
||||
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#ifndef GRID_MENU_H
|
||||
#define GRID_MENU_H
|
||||
|
||||
#include <common.h>
|
||||
#include <tool/action_menu.h>
|
||||
|
||||
class EDA_DRAW_FRAME;
|
||||
|
|
|
@ -27,8 +27,6 @@
|
|||
|
||||
#include <wx/wx.h>
|
||||
|
||||
//#include <common.h>
|
||||
|
||||
#include <gal/color4d.h>
|
||||
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#define __PNS_ITEMSET_H
|
||||
|
||||
#include <vector>
|
||||
#include <common.h>
|
||||
#include <core/kicad_algo.h>
|
||||
#include "pns_item.h"
|
||||
|
||||
namespace PNS {
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#ifndef PCB_EDITOR_CONDITIONS_H_
|
||||
#define PCB_EDITOR_CONDITIONS_H_
|
||||
|
||||
#include <common.h>
|
||||
#include <functional>
|
||||
#include <tool/editor_conditions.h>
|
||||
#include <tool/selection.h>
|
||||
|
|
Loading…
Reference in New Issue