diff --git a/src/drivers/win/basicbot.h b/src/drivers/win/basicbot.h index ca47ca8a..797d6d92 100644 --- a/src/drivers/win/basicbot.h +++ b/src/drivers/win/basicbot.h @@ -1,6 +1,5 @@ #ifndef _BASICBOT_H_ #define _BASICBOT_H_ - #include "stdbool.h" #define BOT_MAXFRAMES 2048 // qfox: max number of frames to be computed per attempt... void UpdateBasicBot(); void CreateBasicBot();