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/asyncq.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/pulsecore/asyncq.c') diff --git a/src/pulsecore/asyncq.c b/src/pulsecore/asyncq.c index e62d0c16..8c2d58a0 100644 --- a/src/pulsecore/asyncq.c +++ b/src/pulsecore/asyncq.c @@ -26,6 +26,8 @@ #include #include +#include + #include #include #include @@ -33,10 +35,9 @@ #include #include #include -#include +#include #include "asyncq.h" -#include "fdsem.h" #define ASYNCQ_SIZE 256 -- cgit