aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigGlobal.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-09 01:17:47 +0200
committerMax Kellermann <max@duempel.org>2013-04-09 01:17:47 +0200
commit3f3b26fb0ee090bfc1321572904aa94deca42a84 (patch)
treef0fe8f98c86ac29782e8c3b5b57dcadcc23f20c4 /src/ConfigGlobal.cxx
parent0921180b9020c2a83d0c1e6636d32278770de5d9 (diff)
downloadmpd-3f3b26fb0ee090bfc1321572904aa94deca42a84.tar.gz
mpd-3f3b26fb0ee090bfc1321572904aa94deca42a84.tar.xz
mpd-3f3b26fb0ee090bfc1321572904aa94deca42a84.zip
utils: convert to C++
Diffstat (limited to 'src/ConfigGlobal.cxx')
-rw-r--r--src/ConfigGlobal.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ConfigGlobal.cxx b/src/ConfigGlobal.cxx
index 9786690d0..a66c03748 100644
--- a/src/ConfigGlobal.cxx
+++ b/src/ConfigGlobal.cxx
@@ -22,11 +22,7 @@
#include "ConfigParser.hxx"
#include "ConfigData.hxx"
#include "ConfigFile.hxx"
-
-extern "C" {
-#include "utils.h"
-}
-
+#include "ConfigPath.hxx"
#include "mpd_error.h"
#include <glib.h>