Index: board.h =================================================================== --- board.h (revision 23171) +++ board.h (revision 23172) @@ -45,6 +45,7 @@ #include #include #include +#include #include "global_typedefs.h" #include "vtroutestyle.h" @@ -51,11 +52,12 @@ #include "layer.h" #include "layer_grp.h" #include "library.h" -#include "netlist2.h" #include "attrib.h" #include "rats_patch.h" #include "font.h" +typedef htsp_t pcb_netlist_t; + /* The pcb_board_t struct holds information about board layout most of which is | saved with the layout. A new PCB layout struct is first initialized | with values from the user configurable Settings struct and then reset