Index: mentor_sch.c =================================================================== --- mentor_sch.c (revision 29256) +++ mentor_sch.c (revision 29257) @@ -34,17 +34,17 @@ #include "board.h" #include "data.h" -#include "error.h" -#include "pcb-printf.h" -#include "compat_misc.h" +#include +#include +#include #include -#include "actions.h" -#include "plugins.h" -#include "hid.h" +#include +#include +#include #include "mentor_sch_conf.h" -#include "paths.h" -#include "safe_fs.h" +#include +#include #include "netlist_helper.h" Index: mentor_sch_conf.h =================================================================== --- mentor_sch_conf.h (revision 29256) +++ mentor_sch_conf.h (revision 29257) @@ -1,7 +1,7 @@ #ifndef PCB_MENTOR_SCH_CONF_H #define PCB_MENTOR_SCH_CONF_H -#include "conf.h" +#include typedef struct { const struct { Index: netlist_helper.c =================================================================== --- netlist_helper.c (revision 29256) +++ netlist_helper.c (revision 29257) @@ -34,11 +34,11 @@ #include #include "netlist_helper.h" -#include "compat_misc.h" -#include "pcb-printf.h" -#include "error.h" -#include "actions.h" -#include "safe_fs.h" +#include +#include +#include +#include +#include nethlp_ctx_t *nethlp_new(nethlp_ctx_t *prealloc) Index: netlist_helper.h =================================================================== --- netlist_helper.h (revision 29256) +++ netlist_helper.h (revision 29257) @@ -1,6 +1,6 @@ #include #include -#include "global_typedefs.h" +#include typedef struct nethlp_rule_s nethlp_rule_t;