summaryrefslogtreecommitdiff
path: root/src/audiofile.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-03-31 22:11:07 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2016-03-31 22:11:07 +0200
commit19691923340e5984e3ace837d39938f718fee608 (patch)
tree85dd4ddab8e9c9b5632a92710dc36441a0fc7f6b /src/audiofile.cc
parent2e4175d84cc0ca765fdc0b03bf5c8420deeec268 (diff)
Removed the last Conf:: namespace usage and replaced it with Settings.
Diffstat (limited to 'src/audiofile.cc')
-rw-r--r--src/audiofile.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audiofile.cc b/src/audiofile.cc
index 58b248b..84329f8 100644
--- a/src/audiofile.cc
+++ b/src/audiofile.cc
@@ -36,8 +36,6 @@
#include <sndfile.h>
#include <hugin.hpp>
-#include "configuration.h"
-
AudioFile::AudioFile(const std::string& filename, int filechannel)
{
is_loaded = false;