mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
Rename dmap_helpers.[ch] to dmap_common.[ch]
This commit is contained in:
parent
075bb99742
commit
52691d6c4d
@ -76,7 +76,7 @@ forked_daapd_SOURCES = main.c \
|
||||
httpd_rsp.c httpd_rsp.h \
|
||||
httpd_daap.c httpd_daap.h \
|
||||
httpd_dacp.c httpd_dacp.h \
|
||||
dmap_helpers.c dmap_helpers.h \
|
||||
dmap_common.c dmap_common.h \
|
||||
transcode.c transcode.h \
|
||||
artwork.c artwork.h \
|
||||
misc.c misc.h \
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <event.h>
|
||||
#include "evhttp/evhttp.h"
|
||||
|
||||
#include "dmap_helpers.h"
|
||||
#include "dmap_common.h"
|
||||
#include "logger.h"
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
||||
#include "artwork.h"
|
||||
#include "httpd_daap.h"
|
||||
#include "daap_query.h"
|
||||
#include "dmap_helpers.h"
|
||||
#include "dmap_common.h"
|
||||
|
||||
/* httpd event base, from httpd.c */
|
||||
extern struct event_base *evbase_httpd;
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "artwork.h"
|
||||
#include "httpd.h"
|
||||
#include "httpd_dacp.h"
|
||||
#include "dmap_helpers.h"
|
||||
#include "dmap_common.h"
|
||||
#include "db.h"
|
||||
#include "player.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user