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/sample-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/sample-util.c') diff --git a/src/pulsecore/sample-util.c b/src/pulsecore/sample-util.c index ee1da60a..62b7c468 100644 --- a/src/pulsecore/sample-util.c +++ b/src/pulsecore/sample-util.c @@ -37,9 +37,9 @@ #include #include #include +#include #include "sample-util.h" -#include "endianmacros.h" #define PA_SILENCE_MAX (PA_PAGE_SIZE*16) -- cgit