Index: action.c =================================================================== --- action.c (revision 29256) +++ action.c (revision 29257) @@ -34,9 +34,9 @@ #include "config.h" #include "autoroute.h" -#include "plugins.h" -#include "actions.h" -#include "event.h" +#include +#include +#include #include "funchash_core.h" static const char pcb_acts_AutoRoute[] = "AutoRoute(AllRats|SelectedRats)"; Index: autoroute.c =================================================================== --- autoroute.c (revision 29256) +++ autoroute.c (revision 29257) @@ -68,9 +68,9 @@ #include "data.h" #include "macro.h" #include "autoroute.h" -#include "box.h" +#include #include "draw.h" -#include "error.h" +#include #include "find.h" #include "heap.h" #include "rtree.h" @@ -81,7 +81,7 @@ #include "obj_pinvia_therm.h" #include "undo.h" #include "vector.h" -#include "pcb-printf.h" +#include #include "layer.h" #include #include "layer.h" Index: mtspace.c =================================================================== --- mtspace.c (revision 29256) +++ mtspace.c (revision 29257) @@ -47,7 +47,7 @@ #include #include -#include "box.h" +#include #include "heap.h" #include "rtree.h" #include "mtspace.h"