MUTATIONOFJB: Fix warnings for header search failure.

WARNING: Can't find following headers in User or System Include Paths "task.h"
This commit is contained in:
Fiodar Stryzhniou 2021-06-26 13:14:38 +03:00 committed by Filippos Karapetis
parent af4cc5a610
commit be27b2a672

View File

@ -24,12 +24,11 @@
#define MUTATIONOFJB_TASKMANAGER_H
#include "common/array.h"
#include "task.h"
#include "mutationofjb/tasks/task.h"
namespace MutationOfJB {
class Game;
class Task;
/**
* Handles task management.