From 3f3b26fb0ee090bfc1321572904aa94deca42a84 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 9 Apr 2013 01:17:47 +0200 Subject: utils: convert to C++ --- src/ConfigGlobal.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/ConfigGlobal.cxx') 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 -- cgit v1.2.3