diff options
Diffstat (limited to 'src/lib/audio_content.cc')
| -rw-r--r-- | src/lib/audio_content.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/audio_content.cc b/src/lib/audio_content.cc index 9909e3a08..53160fdb0 100644 --- a/src/lib/audio_content.cc +++ b/src/lib/audio_content.cc @@ -25,8 +25,8 @@ #include "config.h" #include "frame_rate_change.h" #include "audio_processor.h" +#include "raw_convert.h" #include <libcxml/cxml.h> -#include <dcp/raw_convert.h> #include "i18n.h" @@ -38,7 +38,6 @@ using std::fixed; using std::setprecision; using boost::shared_ptr; using boost::dynamic_pointer_cast; -using dcp::raw_convert; int const AudioContentProperty::AUDIO_CHANNELS = 200; int const AudioContentProperty::AUDIO_LENGTH = 201; |
