summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/asyncq.c
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-03-09 10:00:20 +0100
committerColin Guthrie <cguthrie@mandriva.org>2011-03-11 11:49:39 +0000
commitb3721a12c5c31ae55141ff46af0c553d060fe363 (patch)
treedc6e254719e83de268fbd5363ed58adaa15ce7b7 /src/pulsecore/asyncq.c
parentecf09f2cd6bf2f46b0d2402c700ab618c090bd4c (diff)
Fixup #include directives according to Coding Style
Use #include "header.h" if functionality of header.h is implemented and #include <header.h> if functionality of header.h is used.
Diffstat (limited to 'src/pulsecore/asyncq.c')
-rw-r--r--src/pulsecore/asyncq.c5
1 files changed, 3 insertions, 2 deletions
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 <unistd.h>
#include <errno.h>
+#include <pulse/xmalloc.h>
+
#include <pulsecore/atomic.h>
#include <pulsecore/log.h>
#include <pulsecore/thread.h>
@@ -33,10 +35,9 @@
#include <pulsecore/core-util.h>
#include <pulsecore/llist.h>
#include <pulsecore/flist.h>
-#include <pulse/xmalloc.h>
+#include <pulsecore/fdsem.h>
#include "asyncq.h"
-#include "fdsem.h"
#define ASYNCQ_SIZE 256