summaryrefslogtreecommitdiff
path: root/src/tasks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tasks.h')
-rw-r--r--src/tasks.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/tasks.h b/src/tasks.h
index 97b115c..c547432 100644
--- a/src/tasks.h
+++ b/src/tasks.h
@@ -9,9 +9,9 @@
#include <deque>
#include "task.h"
-#include "libctor.h"
-//class BuildConfiguration;
-//class Settings;
+
+class BuildConfiguration;
+class Settings;
struct Target
{
@@ -40,5 +40,4 @@ std::set<std::shared_ptr<Task>> getTasks(const Settings& settings,
//! link target and all its objects files (if any).
std::set<std::shared_ptr<Task>> taskFactory(const BuildConfiguration& config,
const Settings& settings,
- const std::string& sourceDir,
- bool is_self);
+ const std::string& sourceDir);