diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-31 22:11:07 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-31 22:11:07 +0200 |
commit | 19691923340e5984e3ace837d39938f718fee608 (patch) | |
tree | 85dd4ddab8e9c9b5632a92710dc36441a0fc7f6b /src/instrument.cc | |
parent | 2e4175d84cc0ca765fdc0b03bf5c8420deeec268 (diff) |
Removed the last Conf:: namespace usage and replaced it with Settings.
Diffstat (limited to 'src/instrument.cc')
-rw-r--r-- | src/instrument.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/instrument.cc b/src/instrument.cc index ee225d5..f187de0 100644 --- a/src/instrument.cc +++ b/src/instrument.cc @@ -29,7 +29,6 @@ #include <hugin.hpp> #include "sample.h" -#include "configuration.h" Instrument::Instrument(Settings& settings) : settings(settings) |