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/svolume_c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/svolume_c.c') diff --git a/src/pulsecore/svolume_c.c b/src/pulsecore/svolume_c.c index dfe7ccb0..e55d0d7b 100644 --- a/src/pulsecore/svolume_c.c +++ b/src/pulsecore/svolume_c.c @@ -28,9 +28,9 @@ #include #include #include +#include #include "sample-util.h" -#include "endianmacros.h" static void pa_volume_u8_c(uint8_t *samples, int32_t *volumes, unsigned channels, unsigned length) { unsigned channel; -- cgit