diff options
author | Max Kellermann <max@duempel.org> | 2013-04-09 01:17:47 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-09 01:17:47 +0200 |
commit | 3f3b26fb0ee090bfc1321572904aa94deca42a84 (patch) | |
tree | f0fe8f98c86ac29782e8c3b5b57dcadcc23f20c4 /src/ConfigGlobal.cxx | |
parent | 0921180b9020c2a83d0c1e6636d32278770de5d9 (diff) | |
download | mpd-3f3b26fb0ee090bfc1321572904aa94deca42a84.tar.gz mpd-3f3b26fb0ee090bfc1321572904aa94deca42a84.tar.xz mpd-3f3b26fb0ee090bfc1321572904aa94deca42a84.zip |
utils: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/ConfigGlobal.cxx | 6 |
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> |