diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-06-08 17:31:36 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-06-09 22:25:15 +0200 |
commit | 61f7f7538cc6abb0be64c35570f38dd2541d7451 (patch) | |
tree | 092c97084f191eb502b06740a76658432dada34a /src/libctor.cc | |
parent | d9cb571fe126e7e94a52361d733161aa25f23597 (diff) |
Add const Settings& to build configuration callbacks.
Diffstat (limited to 'src/libctor.cc')
-rw-r--r-- | src/libctor.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libctor.cc b/src/libctor.cc index a4aec86..d188771 100644 --- a/src/libctor.cc +++ b/src/libctor.cc @@ -20,7 +20,6 @@ #include <getoptpp/getoptpp.hpp> #include "libctor.h" -#include "settings.h" #include "configure.h" #include "rebuild.h" #include "tasks.h" |