Index: edif.c =================================================================== --- edif.c (revision 4523) +++ edif.c (revision 4524) @@ -99,7 +99,7 @@ #include -#include "config.h" +#include "math_helper.h" #include "board.h" #include "data.h" #include "library.h" Index: edif.y =================================================================== --- edif.y (revision 4523) +++ edif.y (revision 4524) @@ -26,7 +26,7 @@ #include -#include "global.h" +#include "math_helper.h" #include "board.h" #include "data.h" #include "library.h"