From d03344803dc117f49f06c84f8cfe7ad6ee3edeff Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Wed, 20 Mar 2013 08:54:07 +0000 Subject: [PATCH] settings.c: only include basedir.h if needed --- settings.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings.c b/settings.c index 74f8d5f..126cd15 100644 --- a/settings.c +++ b/settings.c @@ -1,8 +1,11 @@ /* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */ #include + +#ifndef STATIC_CONFIG #include #include +#endif #include "dunst.h" #include "rules.h"