Index: file.c =================================================================== --- file.c (revision 26975) +++ file.c (revision 26976) @@ -69,7 +69,7 @@ #include "event.h" #include "macro.h" #include "funchash_core.h" -#include "netlist2.h" +#include "netlist.h" #include "src_plugins/lib_compat_help/layer_compat.h" #include "src_plugins/lib_compat_help/pstk_compat.h" Index: parse_y.c =================================================================== --- parse_y.c (revision 26975) +++ parse_y.c (revision 26976) @@ -125,7 +125,7 @@ #include "route_style.h" #include "compat_misc.h" #include "src_plugins/lib_compat_help/pstk_compat.h" -#include "netlist2.h" +#include "netlist.h" /* frame between the groundplane and the copper or mask - noone seems to remember what these two are for; changing them may have unforeseen Index: parse_y.y =================================================================== --- parse_y.y (revision 26975) +++ parse_y.y (revision 26976) @@ -48,7 +48,7 @@ #include "route_style.h" #include "compat_misc.h" #include "src_plugins/lib_compat_help/pstk_compat.h" -#include "netlist2.h" +#include "netlist.h" /* frame between the groundplane and the copper or mask - noone seems to remember what these two are for; changing them may have unforeseen