summaryrefslogtreecommitdiffstats
path: root/src/pulse/context.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/pulse/context.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/pulse/context.c')
-rw-r--r--src/pulse/context.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/pulse/context.c b/src/pulse/context.c
index 8f632b5d..1480af53 100644
--- a/src/pulse/context.c
+++ b/src/pulse/context.c
@@ -53,6 +53,11 @@
#include <pulse/i18n.h>
#include <pulse/mainloop.h>
#include <pulse/timeval.h>
+#include <pulse/fork-detect.h>
+#include <pulse/client-conf.h>
+#ifdef HAVE_X11
+#include <pulse/client-conf-x11.h>
+#endif
#include <pulsecore/core-error.h>
#include <pulsecore/native-common.h>
@@ -71,14 +76,6 @@
#include <pulsecore/proplist-util.h>
#include "internal.h"
-
-#include "client-conf.h"
-#include "fork-detect.h"
-
-#ifdef HAVE_X11
-#include "client-conf-x11.h"
-#endif
-
#include "context.h"
void pa_command_extension(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *userdata);