aboutsummaryrefslogtreecommitdiff
path: root/src/tag_file.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-23 16:06:00 +0200
committerAnton Khirnov <anton@khirnov.net>2015-02-20 09:18:30 +0100
commite92bd0c0ff3d68cadc1ca8f79347e9f0871eb4d1 (patch)
treecbc7aff8461971f46f7ec541ceb14001ee723afe /src/tag_file.c
parent3d5dcfe8a592e4cb5fef4ef440d4f440937ee697 (diff)
decoder*h: move under decoder/
Diffstat (limited to 'src/tag_file.c')
-rw-r--r--src/tag_file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag_file.c b/src/tag_file.c
index 8d8a0f5f..05145784 100644
--- a/src/tag_file.c
+++ b/src/tag_file.c
@@ -20,8 +20,8 @@
#include "config.h"
#include "tag_file.h"
#include "uri.h"
-#include "decoder_list.h"
-#include "decoder_plugin.h"
+#include "decoder/decoder_list.h"
+#include "decoder/decoder_plugin.h"
#include "input_stream.h"
#include <assert.h>