summaryrefslogtreecommitdiff
path: root/test/read_mixer.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-21 21:14:25 +0100
committerMax Kellermann <max@duempel.org>2015-01-21 21:23:02 +0100
commitfe85fa3bea023df887811d4dc28dc51b7894525a (patch)
treef279de257c0b447c78fa5f11c152639dfb7182e1 /test/read_mixer.cxx
parent76b7882f3324bb892a9ccc874e1bdacfd72e7b98 (diff)
ConfigData: move struct config_param to Param.hxx
Diffstat (limited to 'test/read_mixer.cxx')
-rw-r--r--test/read_mixer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_mixer.cxx b/test/read_mixer.cxx
index 791816c08..a94462ca3 100644
--- a/test/read_mixer.cxx
+++ b/test/read_mixer.cxx
@@ -24,7 +24,7 @@
#include "pcm/Volume.hxx"
#include "Main.hxx"
#include "event/Loop.hxx"
-#include "config/ConfigData.hxx"
+#include "config/Param.hxx"
#include "util/Error.hxx"
#include "Log.hxx"