Netclass shouldnt have odd pcb forward decls

This commit is contained in:
Marek Roszko 2023-12-27 17:08:31 -05:00
parent 5bfc601e09
commit a36eb2af72
2 changed files with 1 additions and 4 deletions

View File

@ -31,9 +31,6 @@
#include <optional>
#include <macros_swig.h>
class LINE_READER;
class BOARD;
class BOARD_DESIGN_SETTINGS;
using KIGFX::COLOR4D;

View File

@ -36,7 +36,7 @@
#include <pcb_io/pcb_io_mgr.h>
class GPCB_FPL_CACHE;
class LINE_READER;
/**
* A #PLUGIN derivation for saving and loading Geda PCB files.