From f0ef18fb9e24ac94d6f595f87ded98aa41925ba0 Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Wed, 14 Oct 2020 19:40:18 -0400 Subject: [PATCH] Put back a render_settings.h include until we untangle more headers --- include/plotter.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/plotter.h b/include/plotter.h index 71da40b65f..f2d6eafa33 100644 --- a/include/plotter.h +++ b/include/plotter.h @@ -38,17 +38,13 @@ #include #include #include // FILL_T +#include class COLOR_SETTINGS; class SHAPE_POLY_SET; class SHAPE_LINE_CHAIN; class GBR_NETLIST_METADATA; -namespace KIGFX -{ - class RENDER_SETTINGS; -} - using KIGFX::RENDER_SETTINGS; /**