Index: io_mentor_cell.c =================================================================== --- io_mentor_cell.c (revision 29256) +++ io_mentor_cell.c (revision 29257) @@ -28,10 +28,10 @@ */ #include "config.h" -#include "plugins.h" +#include #include "plug_io.h" #include "read.h" -#include "actions.h" +#include static pcb_plug_io_t io_mentor_cell; static const char *mentor_cell_cookie = "mentor_cell plugin"; Index: read.c =================================================================== --- read.c (revision 29256) +++ read.c (revision 29257) @@ -39,9 +39,9 @@ #include "data.h" #include "conf_core.h" #include "plug_io.h" -#include "error.h" -#include "safe_fs.h" -#include "compat_misc.h" +#include +#include +#include #include "netlist.h" #include "obj_subc.h"