Rename dmap_helpers.[ch] to dmap_common.[ch]

This commit is contained in:
Julien BLACHE 2011-03-08 19:22:16 +01:00
parent 075bb99742
commit 52691d6c4d
5 changed files with 4 additions and 4 deletions

View File

@ -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 \

View File

@ -26,7 +26,7 @@
#include <event.h>
#include "evhttp/evhttp.h"
#include "dmap_helpers.h"
#include "dmap_common.h"
#include "logger.h"

View File

@ -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;

View File

@ -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"