database.h: rename to DatabaseSimple.hxx

This commit is contained in:
Max Kellermann 2013-01-03 00:25:15 +01:00
parent d3293b889d
commit 440ac51cf0
8 changed files with 10 additions and 10 deletions

View File

@ -79,7 +79,6 @@ mpd_headers = \
src/decoder_api.h \
src/decoder_plugin.h \
src/decoder_internal.h \
src/database.h \
src/encoder_plugin.h \
src/encoder_list.h \
src/encoder_api.h \
@ -224,6 +223,7 @@ src_mpd_SOURCES = \
src/decoder_print.c \
src/Directory.cxx src/Directory.hxx \
src/DirectorySave.cxx src/DirectorySave.hxx \
src/DatabaseSimple.hxx \
src/DatabaseGlue.cxx src/DatabaseGlue.hxx \
src/DatabasePrint.cxx src/DatabasePrint.hxx \
src/DatabaseQueue.cxx src/DatabaseQueue.hxx \

View File

@ -19,12 +19,12 @@
#include "config.h"
#include "DatabaseGlue.hxx"
#include "DatabaseSimple.hxx"
#include "DatabaseRegistry.hxx"
#include "DatabaseSave.hxx"
#include "Directory.hxx"
extern "C" {
#include "database.h"
#include "db_error.h"
#include "stats.h"
#include "conf.h"

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2003-2011 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_DATABASE_H
#define MPD_DATABASE_H
#ifndef MPD_DATABASE_SIMPLE_HXX
#define MPD_DATABASE_SIMPLE_HXX
#include "gcc.h"

View File

@ -26,6 +26,7 @@
#include "PlayerThread.hxx"
#include "Mapper.hxx"
#include "DatabaseGlue.hxx"
#include "DatabaseSimple.hxx"
extern "C" {
#include "daemon.h"
@ -35,7 +36,6 @@ extern "C" {
#include "idle.h"
#include "AllCommands.h"
#include "playlist.h"
#include "database.h"
#include "listen.h"
#include "cmdline.h"
#include "conf.h"

View File

@ -21,7 +21,6 @@
extern "C" {
#include "stats.h"
#include "database.h"
#include "client.h"
#include "player_control.h"
#include "client_internal.h"
@ -30,6 +29,7 @@ extern "C" {
#include "DatabaseSelection.hxx"
#include "DatabaseGlue.hxx"
#include "DatabasePlugin.hxx"
#include "DatabaseSimple.hxx"
struct stats stats;

View File

@ -23,6 +23,7 @@
#include "DatabaseLock.hxx"
#include "DatabasePlugin.hxx"
#include "DatabaseGlue.hxx"
#include "DatabaseSimple.hxx"
#include "SongSticker.hxx"
#include "StickerPrint.hxx"
#include "StickerDatabase.hxx"
@ -30,7 +31,6 @@
extern "C" {
#include "protocol/result.h"
#include "database.h"
}
#include <string.h>

View File

@ -23,9 +23,9 @@
#include "UpdateWalk.hxx"
#include "UpdateRemove.hxx"
#include "Mapper.hxx"
#include "DatabaseSimple.hxx"
extern "C" {
#include "database.h"
#include "playlist.h"
#include "event_pipe.h"
#include "idle.h"

View File

@ -24,6 +24,7 @@
#include "UpdateSong.hxx"
#include "UpdateArchive.hxx"
#include "DatabaseLock.hxx"
#include "DatabaseSimple.hxx"
#include "Directory.hxx"
#include "song.h"
#include "PlaylistVector.hxx"
@ -31,7 +32,6 @@
extern "C" {
#include "exclude.h"
#include "database.h"
#include "uri.h"
#include "path.h"
#include "playlist_list.h"