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/utils/pax11publish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/pax11publish.c') diff --git a/src/utils/pax11publish.c b/src/utils/pax11publish.c index a6f058a1..6600363b 100644 --- a/src/utils/pax11publish.c +++ b/src/utils/pax11publish.c @@ -33,6 +33,7 @@ #include #include +#include #include #include @@ -40,7 +41,6 @@ #include #include -#include "../pulse/client-conf.h" int main(int argc, char *argv[]) { const char *dname = NULL, *sink = NULL, *source = NULL, *server = NULL, *cookie_file = PA_NATIVE_COOKIE_FILE; -- cgit