Commit 7b35d5e9 authored by Max Kellermann's avatar Max Kellermann

queue_print: rename to QueuePrint.cxx

parent 6d4ca071
......@@ -335,7 +335,7 @@ src_mpd_SOURCES = \
src/playlist_vector.c \
src/playlist_database.c \
src/queue.c \
src/queue_print.c \
src/QueuePrint.cxx \
src/queue_save.c \
src/replay_gain_config.c \
src/replay_gain_info.c \
......
/*
* Copyright (C) 2003-2011 The Music Player Daemon Project
* Copyright (C) 2003-2012 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
......@@ -18,6 +18,8 @@
*/
#include "config.h"
extern "C" {
#include "queue_print.h"
#include "queue.h"
#include "song.h"
......@@ -25,6 +27,7 @@
#include "locate.h"
#include "client.h"
#include "mapper.h"
}
/**
* Send detailed information about a range of songs in the queue to a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment