diff options
Diffstat (limited to 'src/task.cc')
-rw-r--r-- | src/task.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/task.cc b/src/task.cc index 3ec48f5..37e1879 100644 --- a/src/task.cc +++ b/src/task.cc @@ -6,8 +6,6 @@ #include <unistd.h> #include <iostream> -#include "settings.h" - Task::Task(const BuildConfiguration& config, const Settings& settings, const std::string& sourceDir) : config(config) |