aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/decoder/vorbis_plugin.c2
-rw-r--r--src/decoder_thread.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/vorbis_plugin.c b/src/decoder/vorbis_plugin.c
index 982165783..5d1611c97 100644
--- a/src/decoder/vorbis_plugin.c
+++ b/src/decoder/vorbis_plugin.c
@@ -20,7 +20,7 @@
#include "_ogg_common.h"
#include "config.h"
-#include "ls.h"
+#include "uri.h"
#ifndef HAVE_TREMOR
#include <vorbis/vorbisfile.h>
diff --git a/src/decoder_thread.c b/src/decoder_thread.c
index 5aa13efc0..b35683e6e 100644
--- a/src/decoder_thread.c
+++ b/src/decoder_thread.c
@@ -30,7 +30,7 @@
#include "mapper.h"
#include "path.h"
#include "log.h"
-#include "ls.h"
+#include "uri.h"
#include <glib.h>