diff options
author | Max Kellermann <max@duempel.org> | 2013-10-16 20:54:51 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-16 22:07:43 +0200 |
commit | f32fbd9ed13bc6017f72928a49c43c6bf73fd615 (patch) | |
tree | f30407edb34b083800ac5945c7768aad8db40ddd /src/pcm/PcmFormat.cxx | |
parent | e3511d0ee07ef5a8d0582c85e3ca27fa51d80570 (diff) | |
download | mpd-f32fbd9ed13bc6017f72928a49c43c6bf73fd615.tar.gz mpd-f32fbd9ed13bc6017f72928a49c43c6bf73fd615.tar.xz mpd-f32fbd9ed13bc6017f72928a49c43c6bf73fd615.zip |
pcm_pack: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/pcm/PcmFormat.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pcm/PcmFormat.cxx b/src/pcm/PcmFormat.cxx index b4307ca1f..a0de163ba 100644 --- a/src/pcm/PcmFormat.cxx +++ b/src/pcm/PcmFormat.cxx @@ -21,7 +21,6 @@ #include "PcmFormat.hxx" #include "PcmDither.hxx" #include "PcmBuffer.hxx" -#include "pcm_pack.h" #include "PcmUtils.hxx" #include <type_traits> |