From b3721a12c5c31ae55141ff46af0c553d060fe363 Mon Sep 17 00:00:00 2001 From: Maarten Bosmans Date: Wed, 9 Mar 2011 10:00:20 +0100 Subject: Fixup #include directives according to Coding Style Use #include "header.h" if functionality of header.h is implemented and #include if functionality of header.h is used. --- src/pulsecore/resampler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/resampler.c') diff --git a/src/pulsecore/resampler.c b/src/pulsecore/resampler.c index e5202212..312e75e5 100644 --- a/src/pulsecore/resampler.c +++ b/src/pulsecore/resampler.c @@ -36,11 +36,11 @@ #include #include #include +#include #include "ffmpeg/avcodec.h" #include "resampler.h" -#include "remap.h" /* Number of samples of extra space we allow the resamplers to return */ #define EXTRA_FRAMES 128 -- cgit