Netclass shouldnt have odd pcb forward decls
This commit is contained in:
parent
5bfc601e09
commit
a36eb2af72
|
@ -31,9 +31,6 @@
|
||||||
#include <optional>
|
#include <optional>
|
||||||
#include <macros_swig.h>
|
#include <macros_swig.h>
|
||||||
|
|
||||||
class LINE_READER;
|
|
||||||
class BOARD;
|
|
||||||
class BOARD_DESIGN_SETTINGS;
|
|
||||||
using KIGFX::COLOR4D;
|
using KIGFX::COLOR4D;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
#include <pcb_io/pcb_io_mgr.h>
|
#include <pcb_io/pcb_io_mgr.h>
|
||||||
|
|
||||||
class GPCB_FPL_CACHE;
|
class GPCB_FPL_CACHE;
|
||||||
|
class LINE_READER;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A #PLUGIN derivation for saving and loading Geda PCB files.
|
* A #PLUGIN derivation for saving and loading Geda PCB files.
|
||||||
|
|
Loading…
Reference in New Issue