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/pulse/scache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pulse/scache.c') diff --git a/src/pulse/scache.c b/src/pulse/scache.c index cb8d7c59..6ed80a68 100644 --- a/src/pulse/scache.c +++ b/src/pulse/scache.c @@ -28,14 +28,14 @@ #include #include -#include +#include #include #include #include -#include "fork-detect.h" #include "internal.h" +#include "scache.h" int pa_stream_connect_upload(pa_stream *s, size_t length) { pa_tagstruct *t; -- cgit