From 3f3b26fb0ee090bfc1321572904aa94deca42a84 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Tue, 9 Apr 2013 01:17:47 +0200
Subject: utils: convert to C++

---
 src/ConfigData.cxx | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'src/ConfigData.cxx')

diff --git a/src/ConfigData.cxx b/src/ConfigData.cxx
index 48e9612d4..dd102a19a 100644
--- a/src/ConfigData.cxx
+++ b/src/ConfigData.cxx
@@ -19,12 +19,9 @@
 
 #include "ConfigData.hxx"
 #include "ConfigParser.hxx"
+#include "ConfigPath.hxx"
 #include "mpd_error.h"
 
-extern "C" {
-#include "utils.h"
-}
-
 #include <glib.h>
 
 #include <assert.h>
-- 
cgit v1.2.3