IcyMetaDataParser: move to tag/
This commit is contained in:
parent
9262b24504
commit
3452682a42
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "IcyInputStream.hxx"
|
#include "IcyInputStream.hxx"
|
||||||
#include "IcyMetaDataParser.hxx"
|
#include "tag/IcyMetaDataParser.hxx"
|
||||||
#include "tag/Tag.hxx"
|
#include "tag/Tag.hxx"
|
||||||
#include "util/UriExtract.hxx"
|
#include "util/UriExtract.hxx"
|
||||||
#include "util/UriQueryParser.hxx"
|
#include "util/UriQueryParser.hxx"
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#include "../MaybeBufferedInputStream.hxx"
|
#include "../MaybeBufferedInputStream.hxx"
|
||||||
#include "../AsyncInputStream.hxx"
|
#include "../AsyncInputStream.hxx"
|
||||||
#include "../IcyInputStream.hxx"
|
#include "../IcyInputStream.hxx"
|
||||||
#include "IcyMetaDataParser.hxx"
|
#include "tag/IcyMetaDataParser.hxx"
|
||||||
#include "../InputPlugin.hxx"
|
#include "../InputPlugin.hxx"
|
||||||
#include "config/Block.hxx"
|
#include "config/Block.hxx"
|
||||||
#include "tag/Builder.hxx"
|
#include "tag/Builder.hxx"
|
||||||
|
|
|
@ -20,7 +20,7 @@ if curl_dep.found()
|
||||||
input_plugins_sources += [
|
input_plugins_sources += [
|
||||||
'CurlInputPlugin.cxx',
|
'CurlInputPlugin.cxx',
|
||||||
'../IcyInputStream.cxx',
|
'../IcyInputStream.cxx',
|
||||||
'../../IcyMetaDataParser.cxx',
|
'../../tag/IcyMetaDataParser.cxx',
|
||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#include "util/ScopeExit.hxx"
|
#include "util/ScopeExit.hxx"
|
||||||
|
|
||||||
/* include the .cxx file to get access to internal functions */
|
/* include the .cxx file to get access to internal functions */
|
||||||
#include "IcyMetaDataParser.cxx"
|
#include "tag/IcyMetaDataParser.cxx"
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue