config_params doesnt need color4d
This commit is contained in:
parent
849a4656c8
commit
cb7d7b09e3
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
#include <core/arraydim.h>
|
||||
|
||||
class PCB_SHAPE;
|
||||
class PARAM_CFG;
|
||||
class SHAPE;
|
||||
class SHAPE_SEGMENT;
|
||||
|
||||
|
|
Loading…
Reference in New Issue