aboutsummaryrefslogtreecommitdiffstats
path: root/src/UpdateGlue.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-02 12:14:07 +0200
committerMax Kellermann <max@duempel.org>2013-10-02 12:14:07 +0200
commitec883e1901cb14c1719345b47e8e2ba4a0f925b4 (patch)
tree935d75c1d5e87f2e1995643802fbcba87df6b563 /src/UpdateGlue.cxx
parent060814daa83f6a94f5934464ae42a406c5c7e947 (diff)
downloadmpd-ec883e1901cb14c1719345b47e8e2ba4a0f925b4.tar.gz
mpd-ec883e1901cb14c1719345b47e8e2ba4a0f925b4.tar.xz
mpd-ec883e1901cb14c1719345b47e8e2ba4a0f925b4.zip
Stats: rename stats.h to Stats.hxx
Diffstat (limited to 'src/UpdateGlue.cxx')
-rw-r--r--src/UpdateGlue.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/UpdateGlue.cxx b/src/UpdateGlue.cxx
index a4a47d468..50af6271d 100644
--- a/src/UpdateGlue.cxx
+++ b/src/UpdateGlue.cxx
@@ -29,11 +29,7 @@
#include "GlobalEvents.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
-
-extern "C" {
-#include "stats.h"
-}
-
+#include "Stats.hxx"
#include "Main.hxx"
#include "Instance.hxx"
#include "system/FatalError.hxx"