Index: acompnet.c =================================================================== --- acompnet.c (revision 29256) +++ acompnet.c (revision 29257) @@ -30,14 +30,14 @@ #include "layer.h" #include "layer_ui.h" /*#include "acompnet_conf.h"*/ -#include "actions.h" -#include "plugins.h" +#include +#include #include "search.h" #include "polygon.h" -#include "conf.h" +#include #include "conf_core.h" -#include "compat_misc.h" -#include "error.h" +#include +#include #include "meshgraph.h" static pcb_layer_t *ly; Index: meshgraph.c =================================================================== --- meshgraph.c (revision 29256) +++ meshgraph.c (revision 29257) @@ -31,7 +31,7 @@ #include "conf_core.h" #include "data.h" #include "meshgraph.h" -#include "error.h" +#include #include "layer.h" #include "route.h" Index: meshgraph.h =================================================================== --- meshgraph.h (revision 29256) +++ meshgraph.h (revision 29257) @@ -1,7 +1,7 @@ #ifndef PCB_ACOMPNET_MESHGRAPH_H #define PCB_ACOMPNET_MESHGRAPH_H #include "rtree.h" -#include "box.h" +#include #include typedef struct {