mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
Remove/replace mp3-scanner.h include
This commit is contained in:
parent
1a0e1731e4
commit
3a38e62f8a
@ -41,7 +41,6 @@
|
|||||||
#include "daapd.h"
|
#include "daapd.h"
|
||||||
#include "db-generic.h"
|
#include "db-generic.h"
|
||||||
#include "err.h"
|
#include "err.h"
|
||||||
#include "mp3-scanner.h"
|
|
||||||
|
|
||||||
#include "db-sql.h"
|
#include "db-sql.h"
|
||||||
|
|
||||||
|
@ -40,7 +40,6 @@
|
|||||||
|
|
||||||
#include "daapd.h"
|
#include "daapd.h"
|
||||||
#include "err.h"
|
#include "err.h"
|
||||||
#include "mp3-scanner.h"
|
|
||||||
#include "db-generic.h"
|
#include "db-generic.h"
|
||||||
#include "db-sql.h"
|
#include "db-sql.h"
|
||||||
#include "smart-parser.h"
|
#include "smart-parser.h"
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#include "ff-dbstruct.h"
|
#include "ff-dbstruct.h"
|
||||||
#include "ff-plugins.h"
|
#include "ff-plugins.h"
|
||||||
#include "io.h"
|
#include "io.h"
|
||||||
#include "mp3-scanner.h"
|
|
||||||
#include "plugin.h"
|
#include "plugin.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "webserver.h"
|
#include "webserver.h"
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
#include "daapd.h"
|
#include "daapd.h"
|
||||||
#include "err.h"
|
#include "err.h"
|
||||||
#include "mp3-scanner.h"
|
#include "filescanner.h"
|
||||||
|
|
||||||
|
|
||||||
/* Legacy format-specific scanners */
|
/* Legacy format-specific scanners */
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
#include "daapd.h"
|
#include "daapd.h"
|
||||||
#include "err.h"
|
#include "err.h"
|
||||||
#include "mp3-scanner.h"
|
#include "ff-dbstruct.h"
|
||||||
|
|
||||||
#include <FLAC/metadata.h>
|
#include <FLAC/metadata.h>
|
||||||
|
|
||||||
|
@ -31,8 +31,8 @@
|
|||||||
#include <taglib/tag_c.h>
|
#include <taglib/tag_c.h>
|
||||||
|
|
||||||
#include "daapd.h"
|
#include "daapd.h"
|
||||||
#include "mp3-scanner.h"
|
|
||||||
#include "err.h"
|
#include "err.h"
|
||||||
|
#include "ff-dbstruct.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* scan a musepack file for metainfo.
|
* scan a musepack file for metainfo.
|
||||||
|
@ -33,8 +33,8 @@
|
|||||||
|
|
||||||
#include "daapd.h"
|
#include "daapd.h"
|
||||||
#include "io.h"
|
#include "io.h"
|
||||||
#include "mp3-scanner.h"
|
|
||||||
#include "err.h"
|
#include "err.h"
|
||||||
|
#include "ff-dbstruct.h"
|
||||||
|
|
||||||
typedef struct tag_wma_guidlist {
|
typedef struct tag_wma_guidlist {
|
||||||
char *name;
|
char *name;
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "db-generic.h"
|
#include "db-generic.h"
|
||||||
#include "err.h"
|
#include "err.h"
|
||||||
#include "mp3-scanner.h"
|
|
||||||
#include "plugin.h"
|
#include "plugin.h"
|
||||||
#include "webserver.h"
|
#include "webserver.h"
|
||||||
#include "xml-rpc.h"
|
#include "xml-rpc.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user