diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 00:20:01 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 00:20:01 +0100 |
commit | 197b503f3ecbf68191b37a7c5fb9c25e975059ce (patch) | |
tree | e5889c528790eeddc6e98fdce4c87d34cdd1f588 /test/run_encoder.cxx | |
parent | 129eb178eb45fd148ee8b9822b11e7a4bf8ccc00 (diff) |
Config*: move to config/
Diffstat (limited to 'test/run_encoder.cxx')
-rw-r--r-- | test/run_encoder.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_encoder.cxx b/test/run_encoder.cxx index ace9faf18..f16d8cb0a 100644 --- a/test/run_encoder.cxx +++ b/test/run_encoder.cxx @@ -22,7 +22,7 @@ #include "encoder/EncoderPlugin.hxx" #include "AudioFormat.hxx" #include "AudioParser.hxx" -#include "ConfigData.hxx" +#include "config/ConfigData.hxx" #include "util/Error.hxx" #include "Log.hxx" #include "stdbin.h" |