There was no code that included files from other directories using
the #include "..." style before.
Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com>
#include <pulse/xmalloc.h>
#include "pulsecore/ffmpeg/avcodec.h"
-#include "pulsecore/resampler.h"
+#include <pulsecore/resampler.h>
struct ffmpeg_data { /* data specific to ffmpeg */
struct AVResampleContext *state;
#include <samplerate.h>
-#include "pulsecore/resampler.h"
+#include <pulsecore/resampler.h>
static unsigned libsamplerate_resample(pa_resampler *r, const pa_memchunk *input, unsigned in_n_frames, pa_memchunk *output, unsigned *out_n_frames) {
SRC_DATA data;
#include <pulse/xmalloc.h>
#include <math.h>
-#include "pulsecore/resampler.h"
+#include <pulsecore/resampler.h>
struct peaks_data { /* data specific to the peak finder pseudo resampler */
unsigned o_counter;
#include <pulse/xmalloc.h>
-#include "pulsecore/resampler.h"
+#include <pulsecore/resampler.h>
struct trivial_data { /* data specific to the trivial resampler */
unsigned o_counter;