Index: polyhelp.c =================================================================== --- polyhelp.c (revision 17435) +++ polyhelp.c (revision 17436) @@ -47,7 +47,7 @@ #include "conf_core.h" #include "compat_misc.h" #include "hid_attrib.h" -#include "hid_actions.h" +#include "actions.h" void pcb_pline_fprint_anim(FILE *f, const pcb_pline_t *pl) { Index: topoly.c =================================================================== --- topoly.c (revision 17435) +++ topoly.c (revision 17436) @@ -40,7 +40,7 @@ #include "polygon.h" #include "search.h" #include "hid.h" -#include "hid_actions.h" +#include "actions.h" #define VALID_TYPE(obj) (((obj)->type == PCB_OBJ_ARC) || ((obj)->type == PCB_OBJ_LINE)) #define CONT_TYPE (PCB_OBJ_LINE | PCB_OBJ_ARC)