pcm_*: move to src/pcm/

This commit is contained in:
Max Kellermann
2013-04-09 01:24:52 +02:00
parent 3f3b26fb0e
commit c654c7630a
65 changed files with 60 additions and 60 deletions

View File

@@ -20,10 +20,10 @@
#include "config.h"
#include "test_pcm_all.hxx"
#include "test_pcm_util.hxx"
#include "PcmFormat.hxx"
#include "PcmDither.hxx"
#include "PcmUtils.hxx"
#include "pcm_buffer.h"
#include "pcm/PcmFormat.hxx"
#include "pcm/PcmDither.hxx"
#include "pcm/PcmUtils.hxx"
#include "pcm/pcm_buffer.h"
#include "audio_format.h"
#include <glib.h>