settings.c: only include basedir.h if needed

This commit is contained in:
Sascha Kruse 2013-03-20 08:54:07 +00:00
parent 555442eeb0
commit d03344803d

View File

@ -1,8 +1,11 @@
/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
#include <glib.h>
#ifndef STATIC_CONFIG
#include <basedir.h>
#include <basedir_fs.h>
#endif
#include "dunst.h"
#include "rules.h"