Put back a render_settings.h include until we untangle more headers
This commit is contained in:
parent
491896d497
commit
f0ef18fb9e
|
@ -38,17 +38,13 @@
|
||||||
#include <page_info.h>
|
#include <page_info.h>
|
||||||
#include <gal/color4d.h>
|
#include <gal/color4d.h>
|
||||||
#include <eda_item.h> // FILL_T
|
#include <eda_item.h> // FILL_T
|
||||||
|
#include <render_settings.h>
|
||||||
|
|
||||||
class COLOR_SETTINGS;
|
class COLOR_SETTINGS;
|
||||||
class SHAPE_POLY_SET;
|
class SHAPE_POLY_SET;
|
||||||
class SHAPE_LINE_CHAIN;
|
class SHAPE_LINE_CHAIN;
|
||||||
class GBR_NETLIST_METADATA;
|
class GBR_NETLIST_METADATA;
|
||||||
|
|
||||||
namespace KIGFX
|
|
||||||
{
|
|
||||||
class RENDER_SETTINGS;
|
|
||||||
}
|
|
||||||
|
|
||||||
using KIGFX::RENDER_SETTINGS;
|
using KIGFX::RENDER_SETTINGS;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue