utils: convert to C++

This commit is contained in:
Max Kellermann
2013-04-09 01:17:47 +02:00
parent 0921180b90
commit 3f3b26fb0e
5 changed files with 21 additions and 42 deletions

View File

@@ -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>