diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-12-27 12:58:11 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-12-27 12:58:11 +0100 |
commit | de26eed5157a1b5efc2a72668b4f4a22638f2774 (patch) | |
tree | 0a9c23232d4f5aa5f26b54ef8facd4d527d5e63a /src/tasks.cc | |
parent | 52775a29b431b346bf201877159b6abcfb982990 (diff) |
Rename libctor.h to ctor.h
Diffstat (limited to 'src/tasks.cc')
-rw-r--r-- | src/tasks.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tasks.cc b/src/tasks.cc index 68b2476..12ff399 100644 --- a/src/tasks.cc +++ b/src/tasks.cc @@ -9,7 +9,7 @@ #include <iostream> #include <algorithm> -#include "libctor.h" +#include "ctor.h" #include "task.h" #include "task_cc.h" #include "task_ld.h" |