diff options
Diffstat (limited to 'src/decoder/DecoderList.cxx')
-rw-r--r-- | src/decoder/DecoderList.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/DecoderList.cxx b/src/decoder/DecoderList.cxx index a644d2eae..5423a85ab 100644 --- a/src/decoder/DecoderList.cxx +++ b/src/decoder/DecoderList.cxx @@ -20,8 +20,8 @@ #include "config.h" #include "DecoderList.hxx" #include "DecoderPlugin.hxx" -#include "ConfigGlobal.hxx" -#include "ConfigData.hxx" +#include "config/ConfigGlobal.hxx" +#include "config/ConfigData.hxx" #include "plugins/AudiofileDecoderPlugin.hxx" #include "plugins/PcmDecoderPlugin.hxx" #include "plugins/DsdiffDecoderPlugin.hxx" |