Browse Source

config_params doesnt need color4d

newinvert
Marek Roszko 2 years ago
parent
commit
cb7d7b09e3
  1. 1
      common/config_params.cpp
  2. 3
      include/config_params.h
  3. 1
      include/eda_base_frame.h
  4. 2
      include/project.h
  5. 1
      pcbnew/pad.h

1
common/config_params.cpp

@ -26,7 +26,6 @@
#include <config_params.h> // for PARAM_CFG_INT_WITH_SCALE, PARAM_CFG_...
#include <locale_io.h>
#include <gal/color4d.h> // for COLOR4D
#include <math/util.h> // for KiROUND
#include <wx/config.h> // for wxConfigBase
#include <wx/debug.h> // for wxASSERT

3
include/config_params.h

@ -32,9 +32,6 @@
#include <wx/confbase.h>
#include <wx/fileconf.h>
#include <boost/ptr_container/ptr_vector.hpp>
#include <gal/color4d.h>
using KIGFX::COLOR4D;
/**

1
include/eda_base_frame.h

@ -65,7 +65,6 @@ class EDA_ITEM;
class EDA_DRAW_PANEL_GAL;
class EDA_MSG_PANEL;
class BASE_SCREEN;
class PARAM_CFG;
class PAGE_INFO;
class PLOTTER;
class TITLE_BLOCK;

2
include/project.h

@ -41,8 +41,6 @@
/// default name for nameless projects
#define NAMELESS_PROJECT _( "untitled" )
class wxConfigBase;
class PARAM_CFG;
class FP_LIB_TABLE;
class SYMBOL_LIBS;
class SEARCH_STACK;

1
pcbnew/pad.h

@ -36,7 +36,6 @@
#include <core/arraydim.h>
class PCB_SHAPE;
class PARAM_CFG;
class SHAPE;
class SHAPE_SEGMENT;

Loading…
Cancel
Save