From 5256929b179bc44405f212d818cd4aa472daab3a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 4 Apr 2019 20:21:10 +0200 Subject: [PATCH] tag/Chromaprint: move to lib/chromaprint/Context.hxx --- src/{tag/Chromaprint.hxx => lib/chromaprint/Context.hxx} | 0 test/RunChromaprint.cxx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{tag/Chromaprint.hxx => lib/chromaprint/Context.hxx} (100%) diff --git a/src/tag/Chromaprint.hxx b/src/lib/chromaprint/Context.hxx similarity index 100% rename from src/tag/Chromaprint.hxx rename to src/lib/chromaprint/Context.hxx diff --git a/test/RunChromaprint.cxx b/test/RunChromaprint.cxx index b04bf9060..9c7a161fc 100644 --- a/test/RunChromaprint.cxx +++ b/test/RunChromaprint.cxx @@ -18,7 +18,7 @@ */ #include "ConfigGlue.hxx" -#include "tag/Chromaprint.hxx" +#include "lib/chromaprint/Context.hxx" #include "pcm/PcmConvert.hxx" #include "event/Thread.hxx" #include "decoder/DecoderList.hxx"