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/sconv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pulsecore/sconv.c') diff --git a/src/pulsecore/sconv.c b/src/pulsecore/sconv.c index 301f08b4..988d4b33 100644 --- a/src/pulsecore/sconv.c +++ b/src/pulsecore/sconv.c @@ -29,10 +29,10 @@ #include #include +#include -#include "endianmacros.h" -#include "sconv-s16le.h" -#include "sconv-s16be.h" +#include +#include #include "sconv.h" -- cgit