Index: serpentine.c =================================================================== --- serpentine.c (revision 29256) +++ serpentine.c (revision 29257) @@ -33,7 +33,7 @@ #include "board.h" #include "data.h" #include "data_it.h" -#include "error.h" +#include #include "search.h" #include "tool.h" #include "rtree.h" @@ -43,9 +43,9 @@ #include "find.h" #include "draw.h" #include "draw_wireframe.h" -#include "pcb-printf.h" -#include "plugins.h" -#include "actions.h" +#include +#include +#include #include "serpentine_conf.h" #include "layer.h" #include "route.h" Index: serpentine_conf.h =================================================================== --- serpentine_conf.h (revision 29256) +++ serpentine_conf.h (revision 29257) @@ -1,7 +1,7 @@ #ifndef PCB_SERPENTINE_CONF_H #define PCB_SERPENTINE_CONF_H -#include "conf.h" +#include typedef struct { const struct plugins {