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/browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulse/browser.c') diff --git a/src/pulse/browser.c b/src/pulse/browser.c index 4cf5d0c3..d0592284 100644 --- a/src/pulse/browser.c +++ b/src/pulse/browser.c @@ -20,7 +20,7 @@ ***/ #ifdef HAVE_CONFIG_H -#include "config.h" +#include #endif #include -- cgit