tag_file: convert to C++
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2003-2012 The Music Player Daemon Project
|
||||
* Copyright (C) 2003-2013 The Music Player Daemon Project
|
||||
* http://www.musicpd.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -18,9 +18,13 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "tag_file.h"
|
||||
#include "TagFile.hxx"
|
||||
|
||||
extern "C" {
|
||||
#include "uri.h"
|
||||
#include "decoder_list.h"
|
||||
}
|
||||
|
||||
#include "decoder_plugin.h"
|
||||
#include "input_stream.h"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2003-2012 The Music Player Daemon Project
|
||||
* Copyright (C) 2003-2013 The Music Player Daemon Project
|
||||
* http://www.musicpd.org
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -17,8 +17,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef MPD_TAG_FILE_H
|
||||
#define MPD_TAG_FILE_H
|
||||
#ifndef MPD_TAG_FILE_HXX
|
||||
#define MPD_TAG_FILE_HXX
|
||||
|
||||
#include "check.h"
|
||||
|
@@ -29,9 +29,9 @@
|
||||
#include "tag.h"
|
||||
#include "tag_handler.h"
|
||||
#include "song.h"
|
||||
#include "TagFile.hxx"
|
||||
|
||||
extern "C" {
|
||||
#include "tag_file.h"
|
||||
#include "tag_ape.h"
|
||||
#include "tag_id3.h"
|
||||
#include "cue/cue_parser.h"
|
||||
|
Reference in New Issue
Block a user