Index: command.c =================================================================== --- command.c (revision 4519) +++ command.c (revision 4520) @@ -34,7 +34,7 @@ #include #include -#include "global.h" +#include "config.h" #include "board.h" #include "action_helper.h" #include "buffer.h" Index: command.h =================================================================== --- command.h (revision 4519) +++ command.h (revision 4520) @@ -29,7 +29,7 @@ #ifndef PCB_COMMAND_H #define PCB_COMMAND_H -#include "global.h" +#include "config.h" void ExecuteUserCommand(char *); void CallActionProc(char *action, char **arg, int argc);